Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.