次の方法で共有


Report.Load メソッド (String)

Report オブジェクトをレポート定義から読み込みます。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared Function Load ( _
    path As String _
) As Report
'使用
Dim path As String 
Dim returnValue As Report 

returnValue = Report.Load(path)
public static Report Load(
    string path
)
public:
static Report^ Load(
    String^ path
)
static member Load : 
        path:string -> Report
public static function Load(
    path : String
) : Report

パラメーター

  • path
    型: System.String
    レポート定義ファイルの絶対パス。

戻り値

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

関連項目

参照

Report クラス

Load オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間