Click or drag to resize

IPivotTable RepeatItemsOnEachPrintedPage Property

True if row, column, and item labels appear on the first row of each page when the specified PivotTable report is printed. False if labels are printed only on the first page. The default value is True.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool RepeatItemsOnEachPrintedPage { get; set; }

Property Value

Type: Boolean
See Also