Proprietà ImageData
Returns the image as binary data.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
ReadOnly Property ImageData As Byte()
Get
'Utilizzo
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[]
Valore proprietà
Tipo: array<System. . :: . .Byte> [] () [] []
A byte array containing the image in binary form.
Vedere anche