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. |
上層