Partager via


Propriété ImageInstance.ImageData

Gets or sets the image data.

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

Syntaxe

'Déclaration
Public MustOverride Property ImageData As Byte()
    Get 
    Set
'Utilisation
Dim instance As ImageInstance 
Dim value As Byte()

value = instance.ImageData

instance.ImageData = value
public abstract byte[] ImageData { get; set; }
public:
virtual property array<unsigned char>^ ImageData {
    array<unsigned char>^ get () abstract;
    void set (array<unsigned char>^ value) abstract;
}
abstract ImageData : byte[] with get, set
abstract function get ImageData () : byte[]
abstract function set ImageData (value : byte[])

Valeur de propriété

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

Implémente

IImageInstance.ImageData

Voir aussi

Référence

ImageInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering