DashboardExportPageLayout Class
In This Article
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 ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
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 |