Freigeben über


ReportParameter.ValidValuesQueryBased-Eigenschaft

Indicates whether the parameter's valid values are based on a query.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Property ValidValuesQueryBased As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
A read-only Boolean value.

Siehe auch

Verweis

ReportParameter Klasse

ReportService2005-Namespace