VectorData Implicit Conversion (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 supports the use of custom casts, but not the declaration of new ones.
Parameters
- value
Type: Microsoft.ReportingServices.RdlObjectModel.VectorData
A VectorData object.
Return Value
Type: array<System.Byte[]
A byte array of the VectorData.