Método Load (String)
Loads a Report object from a report definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function Load ( _
path As String _
) As Report
'Uso
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
Parâmetros
- path
Tipo: System. . :: . .String
The absolute path of the report definition file.
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.
Consulte também