Compartir a través de


Using the RenderedOutputFile Class for a Delivery Extension

The RenderedOutputFile class represents a data stream and information about the data stream's associated properties. The Data property of the RenderedOutputFile class is used to represent a rendered report or report resource as a Stream object.

The Render method of the Report object returns an array of one or more RenderedOutputFile objects that together constitute a single rendered report. The first RenderedOutputFile object is the rendered report. Any other RenderedOutputFile objects are resources that must be delivered along with the report data (for example, an HTML file and associated images). Rendering extensions that are single-stream rendering extensions (IMAGE, PDF, MHTML, and EXCEL) return only one RenderedOutputFile object in the array.

For an example of how to use the RenderedOutputFile class, see Ejemplo de extensión Printer Delivery.

Vea también

Referencia

Reporting Services Extension Library

Otros recursos

Implementing a Delivery Extension

Ayuda e información

Obtener ayuda sobre SQL Server 2005