Share via


ReportParameter.ValidValuesQueryBased Property

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)

Property Value

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