
// Get a IQueryDesignerHost IQueryDesignerHost host = new GetQueryDesignerHost(); // Create a new instance of QueryDesignerDialog QueryDesignerDialog dialog = new QueryDesignerDialog(host); if (dialog.ShowDialog(owner, true) == DialogResult.OK) { string query = dialog.Query; // Execute the other actions }
System.Object
GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryDesignerDialog