Freigeben über


Report.Load-Methode (Stream)

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 ( _
    stream As Stream _
) As Report
'Usage
Dim stream As Stream 
Dim returnValue As Report 

returnValue = Report.Load(stream)
public static Report Load(
    Stream stream
)
public:
static Report^ Load(
    Stream^ stream
)
static member Load : 
        stream:Stream -> Report
public static function Load(
    stream : Stream
) : Report

Parameter

Rückgabewert

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

Siehe auch

Verweis

Report Klasse

Load-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace