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 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
![]()  | 
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)
.gif)