Skip to main content
All docs
V24.2

DashboardExportDocumentScaleMode Class

Lists values that specify a scale mode when exporting a dashboard/dashboard item.

#Declaration

TypeScript
declare class DashboardExportDocumentScaleMode

#Remarks

Values returned by this class are used to set the DashboardPdfExportOptions.DocumentScaleMode 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

#AutoFitToPagesWidth Property

The size of the dashboard / dashboard item is changed according to the width of the exported pages.

#Declaration

TypeScript
static readonly AutoFitToPagesWidth: string

#Property Value

Type
string

#None Property

The dashboard / dashboard item on the exported page retains its original size.

#Declaration

TypeScript
static readonly None: string

#Property Value

Type
string

#UseScaleFactor Property

The size of the dashboard / dashboard item on the exported page is changed according to the scale factor value (DashboardPdfExportOptions.ScaleFactor).

#Declaration

TypeScript
static readonly UseScaleFactor: string

#Property Value

Type
string