다음을 통해 공유


IQueryDesigner 인터페이스

Represents a custom query designer.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:  Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners

구문

‘선언
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