Méthode Load (String)
Loads a Report object from a report definition.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function Load ( _
path As String _
) As Report
'Utilisation
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
Paramètres
- path
Type : System. . :: . .String
The absolute path of the report definition file.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.
Voir aussi