Data 属性

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

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.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.