Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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