Report.Load 方法 (Stream)

Loads a Report object from a report definition.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Function Load ( _
    stream As Stream _
) As Report
用法
Dim stream As Stream
Dim returnValue As Report

returnValue = Report.Load(stream)
public static Report Load(
    Stream stream
)
public:
static Report^ Load(
    Stream^ stream
)
static member Load : 
        stream:Stream -> Report 
public static function Load(
    stream : Stream
) : Report

参数

  • stream
    类型:System.IO.Stream
    The stream that contains the report definition.