Partilhar via


Propriedade do RDL ImageData.Bytes

Gets or sets the byte of the data.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Bytes As Byte()
    Get 
    Set
'Uso
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[])

Valor da propriedade

Tipo: array<System.Byte[]
A byte array.

Consulte também

Referência

ImageData Estrutura

Namespace Microsoft.ReportingServices.RdlObjectModel