다음을 통해 공유


ImageData 속성

Gets the image data.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
ReadOnly Property ImageData As Byte()
    Get
‘사용 방법
Dim instance As IImageInstance
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 that represents the image data.