Skip to main content
A newer version of this page is available. .

DashboardExportFormat Type

Lists values that specify the available export formats.

Declaration

export type DashboardExportFormat = 'PDF' | 'Image' | 'Excel'

Members

Name Description
"PDF"

The exported document is saved as a PDF file.

"Image"

The exported document is saved as an image.

"Excel"

The exported document is saved as an Excel workbook or CSV file.