Freigeben über


IQueryDesigner-Schnittstelle

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Syntax

'Declaration
Public Interface IQueryDesigner _
    Inherits IDisposable, IExtension
'Usage
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

Der IQueryDesigner-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Command Used by the Report Designer in Business Intelligence Development Studio to pass a database command to the IQueryDesigner when it is initialized.
Öffentliche Eigenschaft Connection Used by the Report Designer in Business Intelligence Development Studio to pass a database connection to the IQueryDesigner when it is initialized.
Öffentliche Eigenschaft LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Geerbt von IExtension.)
Öffentliche Eigenschaft QueryDesigner The control to use for the query designer interface in Report Manager or Report Builder.
Öffentliche Eigenschaft ServiceProvider Used by the Report Designer in Business Intelligence Development Studio to pass a service provider to the IQueryDesigner to provide services to it.
Öffentliche Eigenschaft ToolBar The toolbar to use for the designer interface.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose (Geerbt von IDisposable.)
Öffentliche Methode InitializeQueryDesigner Initializes the IQueryDesigner after setting input parameters.
Öffentliche Methode OnActivateView Notifies the control that the view has been activated.
Öffentliche Methode OnDeactivateView Notifies the control that the view has been deactivated.
Öffentliche Methode SetConfiguration Used to pass custom configuration data to an extension. (Geerbt von IExtension.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis EnableAltDesignerChanged Represents the event that indicates when the generic query designer is enabled or disabled.

Zum Anfang