Freigeben über


IsMultiValue-Eigenschaft

Gets the value that specifies whether the parameter is a multivalue parameter.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   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

Eigenschaftenwert

Typ: System. . :: . .Boolean
A value that specifies whether the parameter is a multivalue parameter.

Hinweise

This property returns true if the parameter is a multivalue parameter; otherwise, the property returns false.