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

  Nom Description
ms162251.pubmethod(fr-fr,SQL.90).gif GetRenderingResource Returns arbitrary information from the rendering extension without accessing the report.
ms162251.pubmethod(fr-fr,SQL.90).gif Render Renders the report according to the values in the parameters.
ms162251.pubmethod(fr-fr,SQL.90).gif 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.

Haut de la page

Voir aussi

Référence

IRenderingExtension Interface
Microsoft.ReportingServices.ReportRendering Namespace