Compartir a través de


ReportParameter.MultiValue Propiedad

Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering