Udostępnij przez


Metoda Report.Load (Stream)

Ładunki Report obiekt z definicja raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Shared Function Load ( _
    stream As Stream _
) As Report
'Użycie
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

Parametry

Wartość zwracana

Typ: Microsoft.ReportingServices.RdlObjectModel.Report
A Report obiektu.