Metodo Report.Load (String)

Loads a Report object from a report definition.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared Function Load ( _
    path As String _
) As Report
'Utilizzo
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

Parametri

  • path
    Tipo: System.String
    The absolute path of the report definition file.

Valore restituito

Tipo: Microsoft.ReportingServices.RdlObjectModel.Report
A loaded Report object.

Vedere anche

Riferimento

Report Classe

Overload Load

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel