Proprietà Values
Gets or sets the values of the parameters.
Spazio dei nomi Microsoft.ReportingServices.DataProcessing
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Property Values As Object()
Get
Set
'Utilizzo
Dim instance As IDataMultiValueParameter
Dim value As Object()
value = instance.Values
instance.Values = value
Object[] Values { get; set; }
property array<Object^>^ Values {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
abstract Values : Object[] with get, set
function get Values () : Object[]
function set Values (value : Object[])
Valore proprietà
Tipo: array<System. . :: . .Object> [] () [] []
A collection of objects containing the values for the parameters.
Vedere anche