Back to Devexpress

DashboardExportFormat Type

dashboard-js-devexpress-dot-dashboard-b2b0b007.md

latest431 B
Original Source

DashboardExportFormat Type

Lists values that specify the available export formats.

Declaration

ts
export type DashboardExportFormat = "PDF" | "Image" | "Excel"

Members

NameDescription
"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.

|