ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / Hidden Property

In This Topic
    Hidden Property (PageBase)
    In This Topic
    Gets a value indicating whether the report section is hidden.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Hidden As Boolean
    public abstract bool Hidden {get;}

    Property Value

    A System.Boolean value. true if the report section is hidden; otherwise, false.
    See Also