次の方法で共有


Report.Load メソッド (Stream)

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

パラメーター

戻り値

型: Microsoft.ReportingServices.RdlObjectModel.Report
読み込んだ Report オブジェクトです。

関連項目

参照

Report クラス

Load オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間