[]
Gets or sets a value indicating whether the parameter is used in a query within the report.
public ReportParameterUsedInQuery UsedInQuery { get; set; }
Type | Description |
---|---|
ReportParameterUsedInQuery | A ReportParameterUsedInQuery value indicating whether the parameter is used in a query within the report. |
<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
.