TemplateTablePaginatedReportOptionsArgs

data class TemplateTablePaginatedReportOptionsArgs(val overflowColumnHeaderVisibility: Output<Any>? = null, val verticalOverflowVisibility: Output<Any>? = null) : ConvertibleToJava<TemplateTablePaginatedReportOptionsArgs>

Constructors

Link copied to clipboard
constructor(overflowColumnHeaderVisibility: Output<Any>? = null, verticalOverflowVisibility: Output<Any>? = null)

Properties

Link copied to clipboard
val overflowColumnHeaderVisibility: Output<Any>? = null

The visibility of repeating header rows on each page.

Link copied to clipboard
val verticalOverflowVisibility: Output<Any>? = null

The visibility of printing table overflow across pages.

Functions

Link copied to clipboard
open override fun toJava(): TemplateTablePaginatedReportOptionsArgs