Propriété Bytes
The data.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Bytes As Byte()
Get
Set
'Utilisation
Dim instance As ImageData
Dim value As Byte()
value = instance.Bytes
instance.Bytes = value
public byte[] Bytes { get; set; }
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Bytes : byte[] with get, set
function get Bytes () : byte[]
function set Bytes (value : byte[])
Valeur de propriété
Type : array<System. . :: . .Byte> [] () [] []
A byte array.