Freigeben über


VectorData.Bytes-Eigenschaft

Gets or sets the vector data.

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

Syntax

'Declaration
Public Property Bytes As Byte()
    Get 
    Set
'Usage
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[])

Eigenschaftswert

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

Siehe auch

Verweis

VectorData Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace