Proprietà ImageData.Bytes
Gets or sets the byte of the data.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property Bytes As Byte()
Get
Set
'Utilizzo
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[])
Valore proprietà
Tipo: array<System.Byte[]
A byte array.