IRenderingExtension Interface
Updated: February 25, 2016
Represents a rendering extension for reports.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
| Name | Description | |
|---|---|---|
![]() | LocalizedName | Gets the localized name of the extension to be displayed in a user interface.(Inherited from IExtension.) |
| Name | Description | |
|---|---|---|
![]() | GetRenderingResource(CreateAndRegisterStream^, NameValueCollection^) | Returns any information from the rendering extension. |
![]() | Render(Report^, NameValueCollection^, NameValueCollection^, NameValueCollection^, Hashtable^%, CreateAndRegisterStream^) | Renders a report. |
![]() | RenderStream(String^, Report^, NameValueCollection^, NameValueCollection^, NameValueCollection^, Hashtable^%, CreateAndRegisterStream^) | Rerenders a particular stream from the report. |
![]() | SetConfiguration(String^) | Used to pass custom configuration data to an extension.(Inherited from IExtension.) |
Show:

