Image.ImageData Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’image comme une donnée binaire.
public:
property cli::array <System::Byte> ^ ImageData { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] ImageData { get; set; }
member this.ImageData : byte[] with get, set
Public Property ImageData As Byte()
Valeur de propriété
Un byte tableau contenant l’image au format binaire.
Remarques
Implémente
Microsoft.ReportingServices.ReportRendering.IImage.ImageData