IQueryDesigner Members
Include Protected Members
Include Inherited Members
Represents a custom query designer.
The IQueryDesigner type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Dispose() | (Inherited from IDisposable.) |
![]() |
InitializeQueryDesigner() | Initializes the IQueryDesigner after setting input parameters. |
![]() |
OnActivateView() | Notifies the control that the view has been activated. |
![]() |
OnDeactivateView() | Notifies the control that the view has been deactivated. |
![]() |
SetConfiguration(String) | Used to pass custom configuration data to an extension. (Inherited from IExtension.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Command | Used by the Report Manager or Report Builder to pass a database command to the IQueryDesigner when it is initialized. |
![]() |
Connection | Used by the Report Manager or Report Builder to pass a database connection to the IQueryDesigner when it is initialized. |
![]() |
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.) |
![]() |
QueryDesigner | The control to use for the query designer interface in Report Manager or Report Builder. |
![]() |
ServiceProvider | Used by the Report Manager or Report Builder to pass a service provider to the IQueryDesigner to provide services to it. |
![]() |
ToolBar | The toolbar to use for the designer interface. |
Top
Events
Name | Description | |
---|---|---|
![]() |
EnableAltDesignerChanged | Represents the event that indicates when the generic query designer is enabled or disabled. |
Top