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
public bool AreDefaultValuesQueryBased { get; }
public:
property bool AreDefaultValuesQueryBased {
bool get();
}
member AreDefaultValuesQueryBased : bool with get
Public ReadOnly Property AreDefaultValuesQueryBased As Boolean
Property Value
Type: System.Boolean
A read-only Boolean value.
See Also
ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace
Return to top