Classe VectorData
Represents vector data for a map spatial element.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.VectorData
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class VectorData _
Implements IXmlSerializable
'Utilizzo
Dim instance As VectorData
public class VectorData : IXmlSerializable
public ref class VectorData : IXmlSerializable
type VectorData =
class
interface IXmlSerializable
end
public class VectorData implements IXmlSerializable
Nel tipo VectorData sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
VectorData() | Initializes a new instance of the VectorData class. |
![]() |
VectorData(array<Byte[]) | Initializes a new instance of the VectorData class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Bytes | Gets or sets the vector data. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Operatori
Nome | Descrizione | |
---|---|---|
![]() ![]() |
Implicit(array<Byte[] to VectorData) | Converts a byte array to a VectorData. |
![]() ![]() |
Implicit(VectorData to array<Byte[]) | Converts a VectorData to a byte array. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IXmlSerializable.GetSchema | Gets the xml schema. |
![]() ![]() |
IXmlSerializable.ReadXml | Reads xml format of the vector data. |
![]() ![]() |
IXmlSerializable.WriteXml | Writes xml format of the vector data. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.