Condividi tramite


Interfaccia IQueryDesigner

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

Sintassi

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

Nel tipo IQueryDesigner sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Command Used by the Report Designer in Business Intelligence Development Studio to pass a database command to the IQueryDesigner when it is initialized.
Proprietà pubblica Connection Used by the Report Designer in Business Intelligence Development Studio to pass a database connection to the IQueryDesigner when it is initialized.
Proprietà pubblica LocalizedName Gets the localized name of the extension to be displayed in a user interface. Ereditato da IExtension.
Proprietà pubblica QueryDesigner The control to use for the query designer interface in Report Manager or Report Builder.
Proprietà pubblica ServiceProvider Used by the Report Designer in Business Intelligence Development Studio to pass a service provider to the IQueryDesigner to provide services to it.
Proprietà pubblica ToolBar The toolbar to use for the designer interface.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Ereditato da IDisposable.
Metodo pubblico InitializeQueryDesigner Initializes the IQueryDesigner after setting input parameters.
Metodo pubblico OnActivateView Notifies the control that the view has been activated.
Metodo pubblico OnDeactivateView Notifies the control that the view has been deactivated.
Metodo pubblico SetConfiguration Used to pass custom configuration data to an extension. Ereditato da IExtension.

In alto

Eventi

  Nome Descrizione
Evento pubblico EnableAltDesignerChanged Represents the event that indicates when the generic query designer is enabled or disabled.

In alto