ImageInstance.ImageData Property
Gets or sets the image data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Property ImageData As Byte()
Get
Set
'Usage
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[])
Property Value
Type: array<System.Byte[]
A byte array that represents the image data.
Implements
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace