ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygonTemplate Class / ShowLabel Property

In This Topic
    ShowLabel Property (MapPolygonTemplate)
    In This Topic
    Gets or sets if the label should be shown. That evaluates to one of Auto, True, False The default value is Auto.
    Syntax
    'Declaration
     
    Public Property ShowLabel As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ShowLabel {get; set;}
    See Also