Udostępnij przez


Metoda Report.Load (array<Byte[])

Ł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 ( _
    bytes As Byte() _
) As Report
'Użycie
Dim bytes As Byte()
Dim returnValue As Report

returnValue = Report.Load(bytes)
public static Report Load(
    byte[] bytes
)
public:
static Report^ Load(
    array<unsigned char>^ bytes
)
static member Load : 
        bytes:byte[] -> Report 
public static function Load(
    bytes : byte[]
) : Report

Parametry

  • bytes
    Typ: array<System.Byte[]
    Dane definicja raportu.

Wartość zwracana

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