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

In This Topic
    ShowLabels Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ShowLabels {get; set;}
    See Also