[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapPolygon

MapPolygon Class

Defines an element to be embedded within a MapPolygonLayer

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

Constructors

Name Description
MapPolygon()

Initializes a new instance of the MapPolygon class.

Fields

Name Description
DefaultUseCustomCenterPointTemplate

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

DefaultUseCustomPolygonTemplate

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

Properties

Name Description
MapCenterPointTemplate

Gets or sets the custom point template to be used for the polygon center point. Ignored if UseCustomCenterPointTemplate is false.

MapPolygonTemplate

Gets or sets the custom polygon template to be used for the polygon. Ignored if UseCustomPolygonTemplate is false.

UseCustomCenterPointTemplate

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

UseCustomPolygonTemplate

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

Extension Methods