Compartir a través de


Interfaz IQueryDesigner

Represents a custom query designer in the Report Designer in Business Intelligence Development Studio.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
Public Interface IQueryDesigner _
    Inherits IDisposable, IExtension
'Uso
Dim instance As IQueryDesigner
public interface IQueryDesigner : IDisposable, 
    IExtension
public interface class IQueryDesigner : IDisposable, 
    IExtension
type IQueryDesigner =  
    interface
        interface IDisposable
        interface IExtension
    end
public interface IQueryDesigner extends IDisposable, IExtension

El tipo IQueryDesigner expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Command Used by the Report Designer in Business Intelligence Development Studio to pass a database command to the IQueryDesigner when it is initialized.
Propiedad pública Connection Used by the Report Designer in Business Intelligence Development Studio 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 Designer in Business Intelligence Development Studio 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.

Arriba

Métodos

  Nombre Descripción
Método público Dispose (Se hereda 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. (Se hereda de IExtension.)

Arriba

Eventos

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

Arriba