Proprietà ValidValuesQueryBasedSpecified
Indicates whether the ValidValuesQueryBased property has been specified.
Spazio dei nomi: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
Public Property ValidValuesQueryBasedSpecified As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value.
Vedere anche