다음을 통해 공유


ImageData 속성

Returns the image as binary data.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
ReadOnly Property ImageData As Byte()
    Get
‘사용 방법
Dim instance As IImage
Dim value As Byte()

value = instance.ImageData
byte[] ImageData { get; }
property array<unsigned char>^ ImageData {
    array<unsigned char>^ get ();
}
abstract ImageData : byte[]
function get ImageData () : byte[]

속성 값

형식: array<System. . :: . .Byte> [] () [] []
A byte array containing the image in binary form.