ActiveReports 18 .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
    Specifies whether the report section is hidden.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Hidden As Boolean
    public abstract bool Hidden {get;}
    See Also