Report.Load 方法 (array<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.