Report オブジェクトをレポート定義から読み込みます。
名前空間: 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
レポート定義を含んだストリーム。
戻り値
型: Microsoft.ReportingServices.RdlObjectModel.Report
読み込んだ Report オブジェクトです。