共用方式為


RenderedOutputFile.Data 屬性

The data stream that contains the report that is output by the rendering extension.

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property Data As Stream 
    Get
'用途
Dim instance As RenderedOutputFile 
Dim value As Stream 

value = instance.Data
public abstract Stream Data { get; }
public:
virtual property Stream^ Data {
    Stream^ get () abstract;
}
abstract Data : Stream
abstract function get Data () : Stream

屬性值

型別:System.IO.Stream
A data stream representing the rendered report.

請參閱

參考

RenderedOutputFile 類別

Microsoft.ReportingServices.Interfaces 命名空間