[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapPoint

MapPoint Class

Defines an element to be embedded within a MapPointLayer

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

Constructors

Name Description
MapPoint()

Initializes a new instance of the MapPoint class.

Fields

Name Description
DefaultUseCustomPointTemplate

Defaul value defining will the custom template be used for the point or the layer template.

Properties

Name Description
MapPointTemplate

Gets or sets the custom template to be used for the point. Ignored if UseCustomPointTemplate is False.

UseCustomPointTemplate

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

Extension Methods