ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapDockableSubItem Class / Hidden Property

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