Элементы IQueryDesigner

Represents a custom query designer.

Тип IQueryDesigner предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Dispose (Наследуется из 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 Used to pass custom configuration data to an extension. (Наследуется из IExtension.)

В начало

Свойства

  Имя Описание
Открытое свойство 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. (Наследуется из 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.

В начало

События

  Имя Описание
Открытое событие EnableAltDesignerChanged Represents the event that indicates when the generic query designer is enabled or disabled.

В начало