ReportItem.Hidden Property

Definition

Gets or sets a value indicating whether the item is hidden or not.

public:
 virtual property bool Hidden { bool get(); void set(bool value); };
public virtual bool Hidden { get; set; }
member this.Hidden : bool with get, set
Public Overridable Property Hidden As Boolean

Property Value

A Boolean indicating whether the item is hidden. True indicates the item is hidden; false indicates that it is not hidden.

Remarks

If an item is hidden, its children will not be displayed even though they may not be marked as hidden. If an item is hidden and its IsToggleChild property is true, the space it takes in the report is collapsed, moving other items around it.

Applies to