ImageData 속성
Gets the image data.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.