QueryBuilderEditQueryContext Properties
Specifies the Query Builder options when using it in a standalone mode.
Name | Description |
---|---|
Connection |
Specifies an object that enables the data connection’s serialization. |
Custom |
Provides access to a custom SQL query validator. |
DBSchema |
Specifies a database schema provider for the Query Builder. |
Display |
Specifies a provider of display names to data fields in the Query Builder dialog. |
Enable |
Specifies whether or not the Query Builder allows end-users to create and execute custom SQL queries. |
Expression |
Specifies the object enabling customization of the Expression Editor. |
Legacy |
Enables a user to switch to an older version of the Expression Editor that does not support intelligent code completion. |
Parameter |
Provides access to the service for managing report parameters. |
Property |
Specifies an object that provides a service functionality to the Property Grid. |
Query |
Specifies whether or not the Query Builder enables end-users to specify custom SQL queries, column aliases and expressions. |
Query |
Enables a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control). |
Repository |
Specifies an object that provides repository items for editing query parameters. |
Result |
Specifies the provider of a data source result schema. |
See Also