ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygon Class / UseCustomPolygonTemplate Property

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