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.
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