MapLine Class

Definition

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

public ref class MapLine sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapSpatialElement
public sealed class MapLine : Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialElement
type MapLine = class
    inherit MapSpatialElement
Public NotInheritable Class MapLine
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)
MapLineTemplate

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

UseCustomLineTemplate

Indicates whether the MapLineTemplate element will be applied to the parent map line.

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