ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryDesignerDialog Class / Query Property

In This Topic
    Query Property (QueryDesignerDialog)
    In This Topic
    Gets or sets SQL query
    Syntax
    'Declaration
     
    Public Property Query As String
    public string Query {get; set;}
    See Also