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