Udostępnij za pośrednictwem


Właściwość VectorData.Bytes

Pobiera lub ustawia dane wektorowe.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Bytes As Byte()
    Get
    Set
'Użycie
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[])

Wartość właściwości

Typ: array<System.Byte[]
A bajt tablicy.