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

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 ExpressionInfo
    public ExpressionInfo Hidden {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a System.Boolean value indicating whether the item is initially hidden. The default value is false.
    Example
    visibility.Hidden = ExpressionInfo.FromString("true");
    See Also