Condividi tramite


Classe MapPoint

Represents a point-based spatial element to be embedded in a map line layer.

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElement
      Microsoft.ReportingServices.OnDemandReportRendering.MapPoint

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MapPoint _
    Inherits MapSpatialElement
'Utilizzo
Dim instance As MapPoint
public sealed class MapPoint : MapSpatialElement
public ref class MapPoint sealed : public MapSpatialElement
[<SealedAttribute>]
type MapPoint =  
    class 
        inherit MapSpatialElement 
    end
public final class MapPoint extends MapSpatialElement

Nel tipo MapPoint sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica MapFields Gets a collection of MapField objects to be associated with the spatial element. Ereditato da MapSpatialElement.
Proprietà pubblica MapPointTemplate Gets a custom template to be applied to the map point.
Proprietà pubblica UseCustomPointTemplate Indicates whether the MapPointTemplate property will be applied to the map point.
Proprietà pubblica VectorData Gets the vector data for the spatial element. Ereditato da MapSpatialElement.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IMapObjectCollectionItem.SetNewContext Infrastruttura. Sets a new context for the collection. Ereditato da MapObjectCollectionItem.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering