DashboardPivotTablePaginatedReportOptions

data class DashboardPivotTablePaginatedReportOptions(val overflowColumnHeaderVisibility: DashboardVisibility? = null, val verticalOverflowVisibility: DashboardVisibility? = null)

Constructors

constructor(overflowColumnHeaderVisibility: DashboardVisibility? = null, verticalOverflowVisibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The visibility of the repeating header rows on each page.

Link copied to clipboard

The visibility of the printing table overflow across pages.