ActiveReports 13
QueryCreated Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > Parameter Class : QueryCreated Property
Determines whether the query is created from the data source query string or user created.
Syntax
'Declaration
 
Public Property QueryCreated As Boolean
public bool QueryCreated {get; set;}

Property Value

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

Reference

Parameter Class
Parameter Members