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 the value that specifies an array of parameter values.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Values As Object()
Get
'Usage
Dim instance As IParameter
Dim value As Object()
value = instance.Values
Object[] Values { get; }
property array<Object^>^ Values {
array<Object^>^ get ();
}
abstract Values : Object[]
function get Values () : Object[]
Property Value
Type: array<System.Object[]
A value that specifies an array.
Remarks
If the parameter is a multivalue parameter, the array contains the parameter values. If the parameter is a single-value parameter, the first element of the array contains the parameter value.