Элементы 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.

Тип RenderedOutputFile предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод RenderedOutputFile Initializes a new instance of the RenderedOutputFile class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало