Compartir a través de


IImageInstance.ImageData Propiedad

Gets the image data.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IImageInstance Interfaz

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering