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 | |
---|---|---|
VectorData() | Initializes a new instance of the VectorData class. | |
VectorData(array<Byte[]) | Initializes a new instance of the VectorData class. |
Top
Properties
Name | Description | |
---|---|---|
Bytes | Gets or sets the vector data. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Operators
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. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IXmlSerializable.GetSchema | Gets the xml schema. | |
IXmlSerializable.ReadXml | Reads xml format of the vector data. | |
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.