Konwersja ImageData Explicit (ImageData to array<Byte[])
Konwertuje ImageData do tablicy bajtów.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Narrowing Operator CType ( _
value As ImageData _
) As Byte()
'Użycie
Dim input As ImageData
Dim output As Byte()
output = CType(input, Byte())
public static explicit operator byte[] (
ImageData value
)
static explicit operator array<unsigned char>^ (
ImageData value
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- value
Typ: Microsoft.ReportingServices.RdlObjectModel.ImageData
ImageData Obiektu.
Wartość zwracana
Typ: array<System.Byte[]
Tablica bajtów.
Zobacz także