Właściwość BackgroundImageInstance.ImageData
Pobiera wartość obliczoną ImageData() właściwość w BackgroundImage klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ImageData As Byte()
Get
'Użycie
Dim instance As BackgroundImageInstance
Dim value As Byte()
value = instance.ImageData
public byte[] ImageData { get; }
public:
virtual property array<unsigned char>^ ImageData {
array<unsigned char>^ get () sealed;
}
abstract ImageData : byte[]
override ImageData : byte[]
final function get ImageData () : byte[]
Wartość właściwości
Typ: array<System.Byte[]
A bajt tablicy, która reprezentuje obliczonej wartości BackgroundRepeat właściwość.
Implementacje
Zobacz także