Membros IQueryDesigner

Represents a custom query designer.

O tipo IQueryDesigner expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Dispose (Herdado de IDisposable.)
Método público InitializeQueryDesigner Initializes the IQueryDesigner after setting input parameters.
Método público OnActivateView Notifies the control that the view has been activated.
Método público OnDeactivateView Notifies the control that the view has been deactivated.
Método público SetConfiguration Used to pass custom configuration data to an extension. (Herdado de IExtension.)

Início

Propriedades

  Nome Descrição
Propriedade pública Command Used by the Report Manager or Report Builder to pass a database command to the IQueryDesigner when it is initialized.
Propriedade pública Connection Used by the Report Manager or Report Builder to pass a database connection to the IQueryDesigner when it is initialized.
Propriedade pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Herdado de IExtension.)
Propriedade pública QueryDesigner The control to use for the query designer interface in Report Manager or Report Builder.
Propriedade pública ServiceProvider Used by the Report Manager or Report Builder to pass a service provider to the IQueryDesigner to provide services to it.
Propriedade pública ToolBar The toolbar to use for the designer interface.

Início

Eventos

  Nome Descrição
Evento público EnableAltDesignerChanged Represents the event that indicates when the generic query designer is enabled or disabled.

Início