Udostępnij przez


Konstruktor ImageData

Inicjuje nowe wystąpienie ImageData klasy

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Sub New ( _
    bytes As Byte() _
)
'Użycie
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[]
)

Parametry