IParameter.IsMultiValue Property
Gets the value that specifies whether the parameter is a multivalue parameter.
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 IsMultiValue As Boolean
Get
'Usage
Dim instance As IParameter
Dim value As Boolean
value = instance.IsMultiValue
bool IsMultiValue { get; }
property bool IsMultiValue {
bool get ();
}
abstract IsMultiValue : bool
function get IsMultiValue () : boolean
Property Value
Type: System.Boolean
A value that specifies whether the parameter is a multivalue parameter.
Remarks
This property returns true if the parameter is a multivalue parameter; otherwise, the property returns false.