Partager via


Interface IQueryDesigner

Represents a custom query designer.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (dans Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
Public Interface IQueryDesigner _
    Inherits IDisposable, IExtension
'Utilisation
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