Skip to main content
All docs
V24.2

DashboardExportPageLayout Class

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

#Declaration

TypeScript
declare class DashboardExportPageLayout

#Remarks

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

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

#Properties

#Landscape Property

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

#Declaration

TypeScript
static readonly Landscape: string

#Property Value

Type
string

#Portrait Property

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

#Declaration

TypeScript
static readonly Portrait: string

#Property Value

Type
string