Skip to main content

DashboardExportOptions.ScaleMode Property

OBSOLETE

The DashboardExportOptions.ScaleMode property is obsolete now. Use the DashboardPdfExportOptions.ScaleMode property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Gets or sets the mode for scaling when exporting a dashboard (dashboard item).

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v25.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(DashboardExportScaleMode.AutoFitWithinOnePage)]
[Obsolete("The DashboardExportOptions.ScaleMode property is obsolete now. Use the DashboardPdfExportOptions.ScaleMode property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public DashboardExportScaleMode ScaleMode { get; set; }

Property Value

Type Default Description
DashboardExportScaleMode AutoFitWithinOnePage

A DevExpress.DashboardWeb.DashboardExportScaleMode enumeration value that specifies the mode for scaling when exporting a dashboard (dashboard item).

See Also