Sdílet prostřednictvím


Report.Load Method (String)

Loads a Report object from a report definition.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Parameters

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

Return Value

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

See Also

Reference

Report Class

Load Overload

Microsoft.ReportingServices.RdlObjectModel Namespace