MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Parameter Class / QueryCreated Property

In This Topic
QueryCreated Property
In This Topic
Determines whether the query is created from the data source query string or user created.
Syntax
'Declaration
 
Public Property QueryCreated As Boolean
 

Property Value

True if created from the data source SQL query string; False if user created.
See Also