Compartir a través de


ReportParameter.ValidValuesQueryBasedSpecified Propiedad

Indicates whether the ValidValuesQueryBased property has been specified.

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

Sintaxis

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

value = instance.ValidValuesQueryBasedSpecified

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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres ReportExecution2005