MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryDesignerDialog Class / QueryDesignerDialog Constructor
The IQueryDesignerHost object used for designing queries.
Example

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

Parameters

host
The IQueryDesignerHost object used for designing queries.
Example
IQueryDesignerHost host = new GetQueryDesignerHost();
QueryDesignerDialog dialog = new QueryDesignerDialog(host);
See Also