Método Load (Byte[])
Loads a Report object from a report definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Function Load ( _
bytes As Byte() _
) As Report
'Uso
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
Parâmetros
- bytes
Tipo: array<System. . :: . .Byte> [] () [] []
The report definition data.
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.
Consulte também