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.