Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the image as binary data.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property ImageData As Byte()
Get
Set
'Usage
Dim instance As Image
Dim value As Byte()
value = instance.ImageData
instance.ImageData = value
public byte[] ImageData { get; set; }
public:
virtual property array<unsigned char>^ ImageData {
array<unsigned char>^ get () sealed;
void set (array<unsigned char>^ value) sealed;
}
abstract ImageData : byte[] with get, set
override ImageData : byte[] with get, set
final function get ImageData () : byte[]
final function set ImageData (value : byte[])
Property Value
Type: array<System.Byte[]
A byte array containing the image in binary format.