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

DashboardExportScaleMode Class

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

Declaration

declare class DashboardExportScaleMode

Remarks

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

Properties

AutoFitToPageWidth Property

The size of the dashboard (dashboard item) is changed according to the width of the exported page.

Declaration

static readonly AutoFitToPageWidth: string

Property Value

Type
string

AutoFitWithinOnePage Property

The size of the dashboard (dashboard item) is changed to fit its content on a single page.

Declaration

static readonly AutoFitWithinOnePage: string

Property Value

Type
string

None Property

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

Declaration

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.

Declaration

static readonly UseScaleFactor: string

Property Value

Type
string