共用方式為


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

參數