DashboardPrintingOptions.ScaleMode Property
OBSOLETE
The Dashboard
Gets or sets the mode for scaling when printing a dashboard (dashboard item).
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(DashboardPrintingScaleMode.AutoFitWithinOnePage)]
[Obsolete("The DashboardPrintingOptions.ScaleMode property is obsolete now. Use the DashboardPrintPreviewOptions.ScaleMode and DashboardPdfExportOptions.ScaleMode properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public DashboardPrintingScaleMode ScaleMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
Auto |
A Dashboard |
Available values:
Name | Description |
---|---|
None | The dashboard (dashboard item) on the printed page retains its original size. |
Use |
The size of the dashboard (dashboard item) on the printed page is changed according to the scale factor value. |
Auto |
The size of the dashboard |
Auto |
The size of the dashboard |
#Remarks
To change the size of the dashboard or split it into several pages, specify the ScaleMode property. Then specify the following printing options depending on the selected mode.
Scale Mode | Related Property | Description |
---|---|---|
Dashboard |
Dashboard |
Splits the dashboard into multiple pages and aligns it. |
Dashboard |
Dashboard |
Scales the dashboard. |
Dashboard |
n/a | Changes the dashboard size to fit its content on a single page. |
Dashboard |
n/a | The dashboard size is fixed, and other dashboard scaling settings are not in effect. |