GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameter Class : UsedInQuery Property |
'Declaration Public Property UsedInQuery As ReportParameterUsedInQuery
public ReportParameterUsedInQuery UsedInQuery {get; set;}
This property is used to determine whether queries need to be re-executed if the parameter changes.
Auto (Default) indicates that the UsedInQuery setting is automatically detected. Auto returns true if the parameter is referenced in any query value expression, otherwise false.