Back to Devexpress

DashboardExportPageLayout Type

dashboard-js-devexpress-dot-dashboard-e5ede5c8.md

latest467 B
Original Source

DashboardExportPageLayout Type

Lists values that specify the page orientation used to export a dashboard (dashboard item).

Declaration

ts
export type DashboardExportPageLayout = "Portrait" | "Landscape"

Members

NameDescription
"Portrait"

The page orientation used to export a dashboard (dashboard item) is portrait.

| | "Landscape" |

The page orientation used to export a dashboard (dashboard item) is landscape.

|