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.
Initializes a new instance of the VectorData class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
bytes As Byte() _
)
'Usage
Dim bytes As Byte()
Dim instance As New VectorData(bytes)
public VectorData(
byte[] bytes
)
public:
VectorData(
array<unsigned char>^ bytes
)
new :
bytes:byte[] -> VectorData
public function VectorData(
bytes : byte[]
)
Parameters
- bytes
Type: array<System.Byte[]
The vector data.