[]
        
(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

This property helps determine if queries need to be re-executed when the parameter changes.

Auto (default) automatically detects if the parameter is referenced in any query value expression. If so, it returns true; otherwise, false.