Compartir a través de


ReportParameter.MultiValue Propiedad

Gets a Boolean value indicating whether this is a multivalue report parameter.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
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 indicating whether this is a multivalue report parameter.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering