Méthode Load (Byte[])
Loads a Report object from a report definition.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function Load ( _
bytes As Byte() _
) As Report
'Utilisation
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
Paramètres
- bytes
Type : array<System. . :: . .Byte> [] () [] []
The report definition data.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .Report
A Report object.
Voir aussi