Partager via


Membres IQueryDesigner

Represents a custom query designer.

Le type IQueryDesigner expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Dispose (Hérité de IDisposable.)
Méthode publique InitializeQueryDesigner Initializes the IQueryDesigner after setting input parameters.
Méthode publique OnActivateView Notifies the control that the view has been activated.
Méthode publique OnDeactivateView Notifies the control that the view has been deactivated.
Méthode publique SetConfiguration Used to pass custom configuration data to an extension. (Hérité de IExtension.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Command Used by the Report Manager or Report Builder to pass a database command to the IQueryDesigner when it is initialized.
Propriété publique Connection Used by the Report Manager or Report Builder to pass a database connection to the IQueryDesigner when it is initialized.
Propriété publique LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Hérité de IExtension.)
Propriété publique QueryDesigner The control to use for the query designer interface in Report Manager or Report Builder.
Propriété publique ServiceProvider Used by the Report Manager or Report Builder to pass a service provider to the IQueryDesigner to provide services to it.
Propriété publique ToolBar The toolbar to use for the designer interface.

Haut de la page

Événements

  Nom Description
Événement public EnableAltDesignerChanged Represents the event that indicates when the generic query designer is enabled or disabled.

Haut de la page