Membros RenderedOutputFile
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.
O tipo RenderedOutputFile expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
RenderedOutputFile | Initializes a new instance of the RenderedOutputFile class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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 | The name of the report file in which the stream should be saved. | |
Type | The MIME type of the stream in the Data property. |
Início
Consulte também