Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Converts a byte array to a VectorData.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
bytes As Byte() _
) As VectorData
'Usage
Dim input As Byte()
Dim output As VectorData
output = CType(input, VectorData)
public static implicit operator VectorData (
byte[] bytes
)
static implicit operator VectorData^ (
array<unsigned char>^ bytes
)
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- bytes
Type: array<System.Byte[]
A byte array.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.VectorData
A VectorData object.