Compartir a través de


IQueryDesigner Miembros

Represents a custom query designer.

El tipo IQueryDesigner expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Dispose (Se hereda de IDisposable).
Método publico InitializeQueryDesigner Initializes the IQueryDesigner after setting input parameters.
Método publico OnActivateView Notifies the control that the view has been activated.
Método publico OnDeactivateView Notifies the control that the view has been deactivated.
Método publico SetConfiguration Used to pass custom configuration data to an extension. (Se hereda de IExtension).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Command Used by the Report Manager or Report Builder to pass a database command to the IQueryDesigner when it is initialized.
Propiedad pública Connection Used by the Report Manager or Report Builder to pass a database connection to the IQueryDesigner when it is initialized.
Propiedad pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension).
Propiedad pública QueryDesigner The control to use for the query designer interface in Report Manager or Report Builder.
Propiedad pública ServiceProvider Used by the Report Manager or Report Builder to pass a service provider to the IQueryDesigner to provide services to it.
Propiedad pública ToolBar The toolbar to use for the designer interface.

Principio

Eventos

  Nombre Descripción
Evento público EnableAltDesignerChanged Represents the event that indicates when the generic query designer is enabled or disabled.

Principio