VectorData Class

Represents vector data for a map spatial element.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.VectorData

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

Syntax

'Declaration
Public Class VectorData _
    Implements IXmlSerializable
'Usage
Dim instance As VectorData
public class VectorData : IXmlSerializable
public ref class VectorData : IXmlSerializable
type VectorData =  
    class 
        interface IXmlSerializable 
    end
public class VectorData implements IXmlSerializable

The VectorData type exposes the following members.

Constructors

  Name Description
Public method VectorData() Initializes a new instance of the VectorData class.
Public method VectorData(array<Byte[]) Initializes a new instance of the VectorData class.

Top

Properties

  Name Description
Public property Bytes Gets or sets the vector data.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(array<Byte[] to VectorData) Converts a byte array to a VectorData.
Public operatorStatic member Implicit(VectorData to array<Byte[]) Converts a VectorData to a byte array.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema Gets the xml schema.
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml Reads xml format of the vector data.
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml Writes xml format of the vector data.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace