Proprietà ValidValuesQueryBased
Indicates whether the parameter's valid values are based on a query.
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Property ValidValuesQueryBased As Boolean
Get
Set
'Utilizzo
Dim instance As ReportParameter
Dim value As Boolean
value = instance.ValidValuesQueryBased
instance.ValidValuesQueryBased = value
public bool ValidValuesQueryBased { get; set; }
public:
property bool ValidValuesQueryBased {
bool get ();
void set (bool value);
}
member ValidValuesQueryBased : bool with get, set
function get ValidValuesQueryBased () : boolean
function set ValidValuesQueryBased (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
A read-only Boolean value.