Freigeben über


ReportParameter.MultiValue-Eigenschaft

Gets a Boolean value indicating whether this is a multivalue report parameter.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MultiValue As Boolean 
    Get
'Usage
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.MultiValue
public bool MultiValue { get; }
public:
property bool MultiValue {
    bool get ();
}
member MultiValue : bool
function get MultiValue () : boolean

Eigenschaftswert

Typ: System.Boolean
A Boolean value indicating whether this is a multivalue report parameter.

Siehe auch

Verweis

ReportParameter Klasse

Microsoft.ReportingServices.ReportRendering-Namespace