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
參數
- path
型別:System. . :: . .String
The absolute path of the report definition file.
傳回值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.