Partager via


Propriété ReportParameterInfo.MultiValue

Indique si le paramètre peut être un paramètre à valeurs multiples. En lecture seule.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MultiValue As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
Valeur Boolean en lecture seule.

Voir aussi

Référence

ReportParameterInfo Classe

Espace de noms Microsoft.Reporting.WinForms