Propriedade do RDL ImageData
Returns the image as binary data.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
ReadOnly Property ImageData As Byte()
Get
'Uso
Dim instance As IImage
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 containing the image in binary form.