dashboard-devexpress-dot-dashboardweb-501e1b3a.md
The DashboardExportScaleMode enumeration is obsolete now. Use the DashboardExportScaleMode enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/
Lists values that specify a scale mode when exporting a dashboard (dashboard item).
Namespace : DevExpress.DashboardWeb
Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Dashboard
[Obsolete("The DashboardExportScaleMode enumeration is obsolete now. Use the DashboardExportScaleMode enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public enum DashboardExportScaleMode
<Obsolete("The DashboardExportScaleMode enumeration is obsolete now. Use the DashboardExportScaleMode enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Enum DashboardExportScaleMode
| 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.
|
| AutoFitToPageWidth |
The size of the dashboard (dashboard item) is changed according to the width of the exported page.
|
| AutoFitWithinOnePage |
The size of the dashboard (dashboard item) is changed to fit its content on a single page.
|
Values listed by this enumeration are used to set the DashboardExportOptions.ScaleMode property.
See Also