[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.QueryDesignerDialog

QueryDesignerDialog Class

Represents a modal dialog for designing and editing SQL queries.

Inheritance
QueryDesignerDialog
Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public class QueryDesignerDialog
Remarks

The QueryDesignerDialog class provides a user interface for creating and modifying SQL queries. It allows users to specify the query text and define query parameters.

Constructors

Name Description
QueryDesignerDialog(IQueryDesignerHost)

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

Properties

Name Description
Parameters

Gets or sets the query parameters used in the SQL query.

Query

Gets or sets the SQL query text.

Methods

Name Description
ShowDialog(Control, bool)

Shows the query designer dialog as a modal dialog box.