Back to Devexpress

DashboardExportDocumentScaleMode Enum

corelibraries-devexpress-dot-dashboardcommon-fadb50f6.md

latest1.7 KB
Original Source

DashboardExportDocumentScaleMode Enum

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

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum DashboardExportDocumentScaleMode
vb
Public Enum DashboardExportDocumentScaleMode

Members

NameDescription
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.

|

The following properties accept/return DashboardExportDocumentScaleMode values:

See Also

DevExpress.DashboardCommon Namespace