Partager via


Propriété ImageData

Gets the image data.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
ReadOnly Property ImageData As Byte()
    Get
'Utilisation
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[]

Valeur de propriété

Type : array<System. . :: . .Byte> [] () [] []
A byte array that represents the image data.