다음을 통해 공유


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.

맨 위로 이동