Interface IRenderingExtension
Represents a rendering extension for reports.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Interface IRenderingExtension _
Inherits IExtension
'Uso
Dim instance As IRenderingExtension
public interface IRenderingExtension : IExtension
public interface class IRenderingExtension : IExtension
type IRenderingExtension =
interface
interface IExtension
end
public interface IRenderingExtension extends IExtension
O tipo IRenderingExtension expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Herdado de IExtension.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetRenderingResource | Returns any information from the rendering extension. | |
Render | Renders a report. | |
RenderStream | Rerenders a particular stream from the report. | |
SetConfiguration | Used to pass custom configuration data to an extension. (Herdado de IExtension.) |
Início