ActiveReports Developer 7
QueryParameter Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > Parameter Class : QueryParameter Property

Glossary Item Box

Indicates whether the parameter is used in a query.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property QueryParameter As System.Boolean
C# 
public System.bool QueryParameter {get;}

See Also