PivotTable.DisplayImmediateItems Property

Definition

Returns or sets a Boolean that indicates whether items in the row and column areas are visible when the data area of the PivotTable is empty. Set this property to False to hide the items in the row and column areas when the data area of the PivotTable is empty. The default value is True.

public:
 property bool DisplayImmediateItems { bool get(); void set(bool value); };
public bool DisplayImmediateItems { get; set; }
Public Property DisplayImmediateItems As Boolean

Property Value

Applies to