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.