ActiveReports Developer 7
UsedInQuery Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportParameter Class : UsedInQuery Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property UsedInQuery As ReportParameterUsedInQuery
C# 
public ReportParameterUsedInQuery UsedInQuery {get; set;}

Property Value

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

Remarks

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.

See Also