Freigeben über


VectorData Implicit-Konversionen (VectorData to array<Byte )

Converts a VectorData to a byte array.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As VectorData _
) As Byte()
'Usage
Dim input As VectorData 
Dim output As Byte()

output = CType(input, Byte())
public static implicit operator byte[] (
    VectorData value
)
static implicit operator array<unsigned char>^ (
    VectorData^ value
)
JScript unterstützt die Verwendung benutzerdefinierter Umwandlungen, aber nicht die Deklaration neuer Umwandlungen.

Parameter

Rückgabewert

Typ: array<System.Byte[]
A byte array of the VectorData.

Siehe auch

Verweis

VectorData Klasse

Implicit-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace