[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportParameter.UsedInQuery

UsedInQuery Property

UsedInQuery

Gets or sets a value indicating whether the parameter is used in a query within the report.

Declaration
public ReportParameterUsedInQuery UsedInQuery { get; set; }
Property Value
Type Description
ReportParameterUsedInQuery

A ReportParameterUsedInQuery value indicating whether the parameter is used in a query within the report.

Remarks
<p>This property helps determine if queries need to be re-executed when the parameter changes.</p>
<p>
    <xref href="GrapeCity.ActiveReports.PageReportModel.ReportParameterUsedInQuery.Auto" data-throw-if-not-resolved="false"></xref> (default) automatically detects if the parameter 

is referenced in any query value expression. If so, it returns true; otherwise, false.