ActiveReports Developer 7
AtLeastOneQueryCreated Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ParameterCollection Class : AtLeastOneQueryCreated Method

Glossary Item Box

Determines whether a query for the parameters in the collection has been created.

Syntax

Visual Basic (Declaration) 
Public Function AtLeastOneQueryCreated() As System.Boolean
C# 
public System.bool AtLeastOneQueryCreated()

See Also