Compartir a través de


VectorData.Bytes Propiedad

Gets or sets the vector data.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property Bytes As Byte()
    Get 
    Set
'Uso
Dim instance As VectorData 
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 de la propiedad

Tipo: array<System.Byte[]
The vector data.

Vea también

Referencia

VectorData Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel