ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygon Class / UseCustomCenterPointTemplate Property

In This Topic
    UseCustomCenterPointTemplate Property
    In This Topic
    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 System.Boolean.
    Syntax
    'Declaration
     
    Public Property UseCustomCenterPointTemplate As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo UseCustomCenterPointTemplate {get; set;}
    See Also