DataMember.Hidden Property

Definition

Indicates whether the item is currently hidden.

public:
 virtual property bool Hidden { bool get(); };
public override bool Hidden { get; }
member this.Hidden : bool
Public Overrides ReadOnly Property Hidden As Boolean

Property Value

A Boolean value indicating whether the item is currently hidden.

Remarks

If an item is hidden, its children should also be hidden, even if they are not marked as hidden. If an item is hidden and it is a toggle child, then the space it takes in the report should be collapsed and surrounding items rearranged.

Applies to