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

In This Topic
    Hidden Property (MapGridLines)
    In This Topic
    Gets or sets the gridlines are hidden. An expression should evaluate to a System.Boolean.
    Syntax
    'Declaration
     
    Public Property Hidden As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Hidden {get; set;}
    See Also