Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Converts an ImageData to a byte array.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Narrowing Operator CType ( _
value As ImageData _
) As Byte()
'Usage
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 supports the use of custom casts, but not the declaration of new ones.
Parameters
- value
Type: Microsoft.ReportingServices.RdlObjectModel.ImageData
An ImageData object.
Return Value
Type: array<System.Byte[]
A byte array.