Metoda Report.Load (String)
Ładunki Report obiekt z definicja raportu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Function Load ( _
path As String _
) As Report
'Użycie
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
Parametry
- path
Typ: System.String
Ścieżka bezwzględna plik definicja raportu.
Wartość zwracana
Typ: Microsoft.ReportingServices.RdlObjectModel.Report
A Report obiektu.
Zobacz także