Interfaccia IQueryDesigner
Represents a custom query designer.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Sintassi
'Dichiarazione
Public Interface IQueryDesigner _
Inherits IDisposable, IExtension
'Utilizzo
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
Vedere anche