ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapGridLines Class / ShowLabels Property

In This Topic
    ShowLabels Property (MapGridLines)
    In This Topic
    Gets or sets if the labels should be shown. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property ShowLabels As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ShowLabels {get; set;}
    See Also