Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the values of the parameters.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntax
'Declaration
Property Values As Object()
Get
Set
'Usage
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[])
Property Value
Type: array<System.Object[]
A collection of objects containing the values for the parameters.