ReportParameter.UsedInQuery 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 parameter is used in a query.
public:
property bool UsedInQuery { bool get(); };
public bool UsedInQuery { get; }
member this.UsedInQuery : bool
Public ReadOnly Property UsedInQuery As Boolean
Property Value
A Boolean
indicating whether the parameter is used in a query. A value of true
indicates that the parameter is used in a query.