IRenderingExtension Interface
Represents a rendering extension for reports.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
The IRenderingExtension type exposes the following members.
| Name | Description | |
|---|---|---|
|
LocalizedName | Gets the localized name of the extension to be displayed in a user interface. (Inherited from IExtension.) |
| Name | Description | |
|---|---|---|
|
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. (Inherited from IExtension.) |