ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygon Class
Fields Properties

In This Topic
    MapPolygon Class Members
    In This Topic

    The following tables list the members exposed by MapPolygon.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MapPolygon class.  
    Top
    Public Fields
     NameDescription
    Public FieldDefaul value defining will the custom point template be used for the polygon center point or the layer template.  
    Public FieldDefaul value defining will the custom polygon template be used for the polygon or the layer template.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the custom point template to be used for the polygon center point. Ignored if UseCustomCenterPointTemplate is false.  
    Public PropertyGets or sets the custom polygon template to be used for the polygon. Ignored if UseCustomPolygonTemplate is false.  
    Public PropertyGets 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 PropertyGets 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.  
    Top
    See Also