Condividi tramite


Proprietà ReportParameterInfo.MultiValue

Indica se il parametro può essere multivalore.Di sola lettura.

Spazio dei nomi:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MultiValue As Boolean
public bool MultiValue { get; }
public:
property bool MultiValue {
    bool get ();
}
member MultiValue : bool with get
function get MultiValue () : boolean

Valore proprietà

Tipo: Boolean
Valore Boolean di sola lettura.

Vedere anche

Riferimenti

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms