ActiveReports 8
MapPolygon Class Members
See Also  Properties 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapPolygon Class

Glossary Item Box

The following tables list the members exposed by MapPolygon.

Public Constructors

 NameDescription
Public ConstructorMapPolygon ConstructorInitializes a new instance of the MapPloygon class.  
Top

Public Properties

 NameDescription
Public PropertyMapCenterPointTemplateGets or sets the custom point template to be used for the polygon center point. Ignored if UseCustomCenterPointTemplate is false.  
Public PropertyMapFieldsGets a set of fields for the element. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElement)
Public PropertyMapPolygonTemplateGets or sets the custom polygon template to be used for the polygon. Ignored if UseCustomPolygonTemplate is false.  
Public PropertyUseCustomCenterPointTemplateGets 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 System.Boolean.  
Public PropertyUseCustomPolygonTemplateGets 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 System.Boolean.  
Public PropertyVectorDataGets or sets the element vector data. (Based-64 encoded string) (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSpatialElement)
Top

See Also