RenderedOutputFile Class
Updated: February 25, 2016
Applies To: SQL Server 2016
Represents the output from a rendering extension. A RenderedOutputFile object contains the associated filename and type information that is required by the delivery extension in order to process the stream returned by the rendering extension.
Assemblies: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
| Name | Description | |
|---|---|---|
![]() | RenderedOutputFile() | Initializes a new instance of the RenderedOutputFile class. |
| Name | Description | |
|---|---|---|
![]() | Data | The data stream that contains the report that is output by the rendering extension. |
![]() | Encoding | The type of encoding for the file stream returned by the Data property. |
![]() | Extension | |
![]() | FileName | The name of the report file in which the stream should be saved. |
![]() | Type | The MIME type of the stream in the Data property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


