ImageData Explicit Conversion (ImageData to array<Byte[])
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.