VectorData Class

 

Updated: February 25, 2016

Represents vector data for a map spatial element.

Namespace:   Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

System::Object
  Microsoft.ReportingServices.RdlObjectModel::VectorData

public ref class VectorData : IXmlSerializable

NameDescription
System_CAPS_pubmethodVectorData()

Initializes a new instance of the VectorData class.

System_CAPS_pubmethodVectorData(array<Byte>^)

Initializes a new instance of the VectorData class.

NameDescription
System_CAPS_pubpropertyBytes

Gets or sets the vector data.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(array<Byte>^ to VectorData^)

Converts a byte array to a VectorData.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(VectorData^ to array<Byte>^)

Converts a VectorData to a byte array.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::GetSchema()

Gets the xml schema.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::ReadXml(XmlReader^)

Reads xml format of the vector data.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlSerializable::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.

Return to top
Show: