Свойство 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.