Skip to main content

DashboardExportPageLayout Type

In This Article

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

#Declaration

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

#Members

Name Description
"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.