Image.ImageData Property

Definition

Returns the image as binary data.

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()

Property Value

Byte[]

A byte array containing the image in binary format.

Remarks

Implements

Microsoft.ReportingServices.ReportRendering.IImage.ImageData

Applies to