PivotTable.DisplayImmediateItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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