IRenderingExtension Members
A rendering extension must implement this interface to be recognized and used by SQL Server 2005 Reporting Services. Each of the rendering extensions implemented by and shipped with Reporting Services uses a common set of interfaces. This ensures that each of the extensions implements comparable functionality and reduces the complexity of the rendering code in the core of the report server.
The following tables list the members exposed by the IRenderingExtension type.
Public Methods
Nombre | Description | |
---|---|---|
GetRenderingResource | Returns arbitrary information from the rendering extension without accessing the report. | |
Render | Renders the report according to the values in the parameters. | |
RenderStream | Renders a particular stream from the report. All streams are created during the initial call to Render, but the streams are not immediately returned. |
Arriba
Vea también
Referencia
IRenderingExtension Interface
Microsoft.ReportingServices.ReportRendering Namespace