PivotField.ShowAllItems

PivotField.ShowAllItems property

Indicates whether all items displays in the PivotTable report, even if they don’t contain summary data. show items with no data The default value is false.

public bool ShowAllItems { get; set; }

See Also