Compartir a través de


ReportParameter.DefaultValuesQueryBasedSpecified Propiedad

Indicates whether the DefaultValuesQueryBased property has been specified.

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

Sintaxis

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

value = instance.DefaultValuesQueryBasedSpecified

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

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

ReportParameter Clase

Espacio de nombres ReportExecution2005