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.
Paramètres
- value
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ImageData
An ImageData object.
Valeur de retour
Type : array<System. . :: . .Byte> [] () [] []
A byte array.