ActiveReports 18 .NET Edition
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
    public bool QueryCreated {get; set;}

    Property Value

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