Freigeben über


ReportParameterInfo.MultiValue-Eigenschaft

Gibt an, ob der Parameter ein mehrwertiger Parameter sein kann. Schreibgeschützt.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public ReadOnly Property MultiValue As Boolean
    Get
'Usage
Dim instance As ReportParameterInfo
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
Ein schreibgeschützter Boolean-Wert.

Siehe auch

Verweis

ReportParameterInfo Klasse

Microsoft.Reporting.WebForms-Namespace