Partilhar via


Propriedade do RDL IImageInstance.ImageData

Gets the image data.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
ReadOnly Property ImageData As Byte()
    Get
'Uso
Dim instance As IImageInstance 
Dim value As Byte()

value = instance.ImageData
byte[] ImageData { get; }
property array<unsigned char>^ ImageData {
    array<unsigned char>^ get ();
}
abstract ImageData : byte[]
function get ImageData () : byte[]

Valor da propriedade

Tipo: array<System.Byte[]
A byte array that represents the image data.

Consulte também

Referência

IImageInstance Interface

Namespace Microsoft.ReportingServices.OnDemandReportRendering