RenderedOutputFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class RenderedOutputFile abstract
public abstract class RenderedOutputFile
type RenderedOutputFile = class
Public MustInherit Class RenderedOutputFile
- Inheritance
-
RenderedOutputFile
Constructors
RenderedOutputFile() |
Initializes a new instance of the RenderedOutputFile class. |
Properties
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 |
The extension of the file returned by the Data property. The extension matches the file type specified in the Type property. |
FileName |
Gets the name of the report file in which the stream should be saved. |
Type |
The MIME type of the stream in the Data property. |