HelpBot Assistant

How can I help you?

PdfExportProperties

16 Mar 20261 minute to read

The event argument that holds configuration details for exporting Pivot Table data to PDF.
This interface extends the base GridPdfExportProperties and includes additional options
specific to Pivot Table export, such as targeting multiple Pivot Table instances by ID.

Properties

allowHorizontalOverflow boolean

Defines the overflow of columns for the pdf grid

columns Column[]

Defines the columns which are to be customized for Export alone.

dataSource Object|DataManager|Object[]

Defines the data source dynamically before exporting

exportType ExportType

Indicates to export current page or all page

fileName string

Defines the file name for the exported file

Defines the Pdf footer.

Defines the Pdf header.

includeHiddenColumn boolean

Indicates whether to show the hidden columns in exported Pdf

multipleExport MultiplePdfExport

Exports multiple grid into the pdf document

pageOrientation PageOrientation

Defines the Pdf orientation.

pageSize PdfPageSize

Defines the Pdf page size.

pivotTableIds string[]

Defines the IDs of the Pivot Table instances to be exported to PDF.
Multiple Pivot Tables can be exported by specifying their element IDs in this array.

query Query

Defined the query dynamically before exporting

theme PdfTheme

Defines the theme for exported data