Partager via


Conversion Explicit (ImageData to Byte[])

Converts an ImageData to a byte array.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Narrowing Operator CType ( _
    value As ImageData _
) As Byte()
'Utilisation
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
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Valeur de retour

Type : array<System. . :: . .Byte> [] () [] []
A byte array.