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

In This Topic
    Hidden Property (Visibility)
    In This Topic

    Gets or sets a Boolean expression that indicates whether the item is initially hidden.

    Syntax
    'Declaration
     
    Public Property Hidden As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Hidden {get; set;}

    Property Value

    An ExpressionInfo object that evaluates to a Boolean value indicating whether the item is initially hidden. The default value is false.

    See Also