Freigeben über


IParameter.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

Eigenschaftswert

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.

Siehe auch

Verweis

IParameter Schnittstelle

Microsoft.ReportingServices.Interfaces-Namespace