Поделиться через


Класс 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.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..RenderedOutputFile

Пространство имен:  Microsoft.ReportingServices.Interfaces
Сборки:   Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
Public MustInherit Class RenderedOutputFile
'Применение
Dim instance As RenderedOutputFile
public abstract class RenderedOutputFile
public ref class RenderedOutputFile abstract
[<AbstractClassAttribute>]
type RenderedOutputFile =  class end
public abstract class RenderedOutputFile

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

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

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

В начало

Свойства

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

В начало

Методы

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

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.