Метод Load (Byte[])

Loads a Report object from a report definition.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Shared Function Load ( _
    bytes As Byte() _
) As Report
'Применение
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

Параметры

Возвращаемое значение

Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.