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 オブジェクト。