VectorData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the VectorData class.
Overloads
VectorData() |
Initializes a new instance of the VectorData class. |
VectorData(Byte[]) |
Initializes a new instance of the VectorData class. |
VectorData()
Initializes a new instance of the VectorData class.
public:
VectorData();
public VectorData ();
Public Sub New ()
Applies to
VectorData(Byte[])
Initializes a new instance of the VectorData class.
public:
VectorData(cli::array <System::Byte> ^ bytes);
public VectorData (byte[] bytes);
new Microsoft.ReportingServices.RdlObjectModel.VectorData : byte[] -> Microsoft.ReportingServices.RdlObjectModel.VectorData
Public Sub New (bytes As Byte())
Parameters
- bytes
- Byte[]
The vector data.