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
參數
- bytes
型別:array<System. . :: . .Byte> [] () [] []
The report definition data.
傳回值
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.