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.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.ReportingServices.Interfaces 命名空间