ImageData Implicit 转换 (array<Byte to ImageData)

Converts a byte array to an ImageData.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Widening Operator CType ( _
    bytes As Byte() _
) As ImageData
用法
Dim input As Byte()
Dim output As ImageData 

output = CType(input, ImageData)
public static implicit operator ImageData (
    byte[] bytes
)
static implicit operator ImageData (
    array<unsigned char>^ bytes
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。

参数

返回值

类型:Microsoft.ReportingServices.RdlObjectModel.ImageData
An ImageData object.

请参阅

参考

ImageData 结构

Microsoft.ReportingServices.RdlObjectModel 命名空间