MapPoint Class

Definition

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

public ref class MapPoint sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapSpatialElement
public sealed class MapPoint : Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElement
type MapPoint = class
    inherit MapSpatialElement
Public NotInheritable Class MapPoint
Inherits MapSpatialElement
Inheritance

Fields

m_instance

The report instance object.

(Inherited from MapObjectCollectionItem)
m_map

Specifies the map to which this spatial element applies.

(Inherited from MapSpatialElement)
m_mapVectorLayer

Specifies the vector-based map layer to which this spatial element applies.

(Inherited from MapSpatialElement)

Properties

Instance

Gets the report instance object that contains the calculated values of this report definition object.

MapFields

Gets a collection of MapField objects to be associated with the spatial element.

(Inherited from MapSpatialElement)
MapPointTemplate

Gets a custom template to be applied to the map point.

UseCustomPointTemplate

Indicates whether the MapPointTemplate property will be applied to the map point.

VectorData

Gets the vector data for the spatial element.

(Inherited from MapSpatialElement)

Explicit Interface Implementations

IMapObjectCollectionItem.SetNewContext()

Sets a new context for the collection.

(Inherited from MapObjectCollectionItem)

Applies to