ReportParameterInfo.AreValidValuesQueryBased Property
Indicates whether the parameter's valid values are based on a query. Read-only.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property AreValidValuesQueryBased As Boolean
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean
value = instance.AreValidValuesQueryBased
public bool AreValidValuesQueryBased { get; }
public:
property bool AreValidValuesQueryBased {
bool get ();
}
/** @property */
public boolean get_AreValidValuesQueryBased ()
public function get AreValidValuesQueryBased () : boolean
Property Value
A read-only Boolean value.
See Also
Reference
ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WebForms Namespace