Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ImageData class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
bytes As Byte() _
)
'Usage
Dim bytes As Byte()
Dim instance As New ImageData(bytes)
public ImageData(
byte[] bytes
)
public:
ImageData(
array<unsigned char>^ bytes
)
new :
bytes:byte[] -> ImageData
public function ImageData(
bytes : byte[]
)
Parameters
- bytes
Type: array<System.Byte[]
The data.