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

In This Topic
    Hidden Property (DataMember)
    In This Topic
    Gets a value indicating the current hidden state of this member. The value can change via toggling.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Hidden As Boolean
    public abstract bool Hidden {get;}

    Property Value

    true if this member is hidden; otherwise, false.
    See Also