MapLine Class

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

Inheritance Hierarchy

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

The MapLine type exposes the following members.

Properties

  Name Description
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property MapFields Gets a collection of MapField objects to be associated with the spatial element. (Inherited from MapSpatialElement.)
Public property MapLineTemplate Gets a custom template to be applied to the map line.
Public property UseCustomLineTemplate Indicates whether the MapLineTemplate element will be applied to the parent map line.
Public property VectorData Gets the vector data for the spatial element. (Inherited from MapSpatialElement.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_instance Infrastructure. (Inherited from MapObjectCollectionItem.)
Protected field m_map Infrastructure. (Inherited from MapSpatialElement.)
Protected field m_mapVectorLayer Infrastructure. (Inherited from MapSpatialElement.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IMapObjectCollectionItem.SetNewContext (Inherited from MapObjectCollectionItem.)

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.