Back to Devexpress

DashboardPrintingScaleMode Enum

dashboard-devexpress-dot-dashboardwin-3936ec15.md

latest2.5 KB
Original Source

DashboardPrintingScaleMode Enum

OBSOLETE

The DashboardPrintingScaleMode 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/bc4046/

Lists values that specify the scale mode used to print or export the dashboard (dashboard item).

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The DashboardPrintingScaleMode 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/bc4046/")]
public enum DashboardPrintingScaleMode
vb
<Obsolete("The DashboardPrintingScaleMode 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/bc4046/")>
Public Enum DashboardPrintingScaleMode

Members

NameDescription
None

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

| | UseScaleFactor |

The size of the dashboard (dashboard item) on the printed 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 printed page.

| | AutoFitWithinOnePage |

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

|

Remarks

Values listed by this enumeration are used to set the DashboardPrintingOptions.ScaleMode property.

See Also

Printing and Exporting in the WinForms Viewer

DevExpress.DashboardWin Namespace