Click or drag to resize

XlsPivotTable 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.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool RepeatItemsOnEachPrintedPage { get; set; }

Property Value

Type: Boolean

Implements

IPivotTable RepeatItemsOnEachPrintedPage
See Also