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 default values of the parameter are based on a query. Read-only.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property AreDefaultValuesQueryBased As Boolean
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean
value = instance.AreDefaultValuesQueryBased
public bool AreDefaultValuesQueryBased { get; }
public:
property bool AreDefaultValuesQueryBased {
bool get ();
}
/** @property */
public boolean get_AreDefaultValuesQueryBased ()
public function get AreDefaultValuesQueryBased () : boolean
Property Value
A read-only Boolean value.
See Also
Reference
ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WinForms Namespace