IQueryDesigner 接口

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

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:  Microsoft.ReportingServices.QueryDesigners(在 Microsoft.ReportingServices.QueryDesigners.dll 中)

语法

声明
Public Interface IQueryDesigner _
    Inherits IDisposable, IExtension
用法
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

IQueryDesigner 类型公开以下成员。

属性

  名称 说明
公共属性 Command Used by the Report Designer in Business Intelligence Development Studio to pass a database command to the IQueryDesigner when it is initialized.
公共属性 Connection Used by the Report Designer in Business Intelligence Development Studio to pass a database connection to the IQueryDesigner when it is initialized.
公共属性 LocalizedName Gets the localized name of the extension to be displayed in a user interface. (从 IExtension 继承。)
公共属性 QueryDesigner The control to use for the query designer interface in Report Manager or Report Builder.
公共属性 ServiceProvider Used by the Report Designer in Business Intelligence Development Studio to pass a service provider to the IQueryDesigner to provide services to it.
公共属性 ToolBar The toolbar to use for the designer interface.

页首

方法

  名称 说明
公共方法 Dispose (从 IDisposable 继承。)
公共方法 InitializeQueryDesigner Initializes the IQueryDesigner after setting input parameters.
公共方法 OnActivateView Notifies the control that the view has been activated.
公共方法 OnDeactivateView Notifies the control that the view has been deactivated.
公共方法 SetConfiguration Used to pass custom configuration data to an extension. (从 IExtension 继承。)

页首

事件

  名称 说明
公共事件 EnableAltDesignerChanged Represents the event that indicates when the generic query designer is enabled or disabled.

页首

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间