Propriété ImageData
Returns the image as binary data.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property ImageData As Byte()
Get
Set
'Utilisation
Dim instance As Image
Dim value As Byte()
value = instance.ImageData
instance.ImageData = value
public byte[] ImageData { get; set; }
public:
virtual property array<unsigned char>^ ImageData {
array<unsigned char>^ get () sealed;
void set (array<unsigned char>^ value) sealed;
}
abstract ImageData : byte[] with get, set
override ImageData : byte[] with get, set
final function get ImageData () : byte[]
final function set ImageData (value : byte[])
Valeur de propriété
Type : array<System. . :: . .Byte> [] () [] []
A byte array containing the image in binary format.