Skip to main content
A newer version of this page is available. .

DashboardExportDocumentScaleMode Enum

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum DashboardExportDocumentScaleMode

Members

Name Description
None

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

UseScaleFactor

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

AutoFitToPagesWidth

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

See Also