[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLine

MapLine Class

Defines an element to be embedded within a MapLineLayer

Inheritance
MapLine
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapLine : MapSpatialElement

Constructors

Name Description
MapLine()

Initializes a new instance of the MapLine class.

Fields

Name Description
DefaultUseCustomLineTemplate

The default value of the UseCustomLineTemplate property.

Properties

Name Description
MapLineTemplate

Gets or sets the custom template to be used for the line. Ignored if UseCustomLineTemplate is false.

UseCustomLineTemplate

Gets or sets a custom template will be used for the line, otherwise the layer template will be used. An expression should evaluate to a bool.

Extension Methods