다음을 통해 공유


Data 속성

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

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
  Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts

구문

‘선언
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.