Report.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.