Compartir a través de


ReportParameter.MultiValueSpecified Propiedad

Indicates whether the MultiValue property has been specified.

Espacio de nombres:  ReportExecution2005
Ensamblado:  ReportExecution2005 (en ReportExecution2005.dll)

Sintaxis

'Declaración
Public Property MultiValueSpecified As Boolean 
    Get 
    Set
'Uso
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.MultiValueSpecified

instance.MultiValueSpecified = value
public bool MultiValueSpecified { get; set; }
public:
property bool MultiValueSpecified {
    bool get ();
    void set (bool value);
}
member MultiValueSpecified : bool with get, set
function get MultiValueSpecified () : boolean 
function set MultiValueSpecified (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres ReportExecution2005