Load 方法 (String)

Loads a Report object from a report definition.

命名空間:  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

參數