Partager via


Propriété ValidValuesQueryBasedSpecified

Indicates whether the ValidValuesQueryBased property has been specified.

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (en ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property ValidValuesQueryBasedSpecified As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.