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