Skip to main content
A newer version of this page is available.
All docs
V19.2

DashboardExportPageLayout Class

Lists constants used to identify the page orientation used to export a dashboard/dashboard item.

Declaration

declare class DashboardExportPageLayout

Remarks

Values returned by this class are used to set the DashboardPdfExportOptions.PageLayout property.

Properties

Landscape Property

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

Declaration

static readonly Landscape: string

Property Value

Type
string

Portrait Property

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

Declaration

static readonly Portrait: string

Property Value

Type
string