IQueryDesigner Interface
Represents a custom query designer.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
Public Interface IQueryDesigner _
Inherits IDisposable, IExtension
'Usage
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