[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryDesignerDialog.-ctor

QueryDesignerDialog Constructor

QueryDesignerDialog(IQueryDesignerHost)

Initializes a new instance of the QueryDesignerDialog class with the specified query designer host.

Declaration
public QueryDesignerDialog(IQueryDesignerHost host)
Parameters
Type Name Description
IQueryDesignerHost host

The IQueryDesignerHost object used for designing queries.

Examples
IQueryDesignerHost host = new GetQueryDesignerHost();
QueryDesignerDialog dialog = new QueryDesignerDialog(host);