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.
傳回值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.