次の方法で共有


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

パラメーター