ReportParameter.DefaultValuesQueryBased Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the default values of the parameter are based on a query. Boolean
. Read-only.
public:
property bool DefaultValuesQueryBased { bool get(); void set(bool value); };
public bool DefaultValuesQueryBased { get; set; }
member this.DefaultValuesQueryBased : bool with get, set
Public Property DefaultValuesQueryBased As Boolean
Property Value
A Boolean
value.