Report.Load Method (array<Byte )
Loads a Report object from a report definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function Load ( _
bytes As Byte() _
) As Report
'Usage
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
Parameters
- bytes
Type: array<System.Byte[]
The report definition data.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.Report
A loaded Report object.