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

In This Topic
    QueryDesignerDialog Constructor
    In This Topic
    Initializes a new instance of the QueryDesignerDialog class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal host As IQueryDesignerHost _
    )
    public QueryDesignerDialog( 
       IQueryDesignerHost host
    )

    Parameters

    host
    See Also