Метод 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

Параметры

Возвращаемое значение

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.