Interfaz IRenderingExtension
Represents a rendering extension for reports.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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
El tipo IRenderingExtension expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
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. (Se hereda de IExtension.) |
Arriba