VectorData Class
Updated: February 25, 2016
Represents vector data for a map spatial element.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Name | Description | |
|---|---|---|
![]() | VectorData() | Initializes a new instance of the VectorData class. |
![]() | VectorData(array<Byte>^) | Initializes a new instance of the VectorData class. |
| Name | Description | |
|---|---|---|
![]() | Bytes | Gets or sets the vector data. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(array<Byte>^ to VectorData^) | Converts a byte array to a VectorData. |
![]() ![]() | Implicit(VectorData^ to array<Byte>^) | Converts a VectorData to a byte array. |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | Gets the xml schema. |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | Reads xml format of the vector data. |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | Writes xml format of the vector data. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:






