Implicit 변환 (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는 사용자 지정 캐스트의 사용을 지원하지만 새로운 사용자 지정 캐스트의 선언은 지원하지 않습니다.
매개 변수
- bytes
유형: array<System. . :: . .Byte> [] () [] []
A byte array.
반환 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ImageData
An ImageData object.