Właściwość IImageInstance.ImageData
Pobiera dane obrazu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
ReadOnly Property ImageData As Byte()
Get
'Użycie
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[]
Wartość właściwości
Typ: array<System.Byte[]
A bajt tablicy, która reprezentuje dane obrazu.
Zobacz także