ReportParameterInfo.AreValidValuesQueryBased Property

 

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

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool AreValidValuesQueryBased { get; }
public:
property bool AreValidValuesQueryBased {
    bool get();
}
member AreValidValuesQueryBased : bool with get
Public ReadOnly Property AreValidValuesQueryBased As Boolean

Property Value

Type: System.Boolean

A read-only Boolean value.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top