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. |
맨 위로 이동