Skip to main content

DashboardExportFormat Type

In This Article

Lists values that specify the available export formats.

#Declaration

TypeScript
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.