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
- stream
Typ: System.IO.Stream
Strumień zawierający definicja raportu.
Wartość zwracana
Typ: Microsoft.ReportingServices.RdlObjectModel.Report
A Report obiektu.
Zobacz także