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

In This Topic
    Hidden Property (IToggleReceiver)
    In This Topic
    Gets a value indicating whether the item should be hidden.
    Syntax
    'Declaration
     
    ReadOnly Property Hidden As Boolean
    bool Hidden {get;}

    Property Value

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