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

In This Topic
    Hidden Property (MemoryReportItem)
    In This Topic
    Gets or sets the original visibility of the report item. Gets or sets the Indicator that this report item should be hidden.
    Syntax
    'Declaration
     
    Public Property Hidden As Boolean
    public bool Hidden {get; set;}
    See Also