ReportParameterInfo.MultiValue Propiedad

Indica si el parámetro puede tener varios valores. Solo lectura.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public ReadOnly Property MultiValue As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
Un valor Boolean de solo lectura.

Vea también

Referencia

ReportParameterInfo Clase

Espacio de nombres Microsoft.Reporting.WebForms