Skip to main content
All docs
V18.2

DashboardExportDocumentScaleMode Fields

Lists values that specify a scale mode when exporting a dashboard/dashboard item.
Name Description
AutoFitToPagesWidth static The size of the dashboard / dashboard item is changed according to the width of the exported pages.
None static The dashboard / dashboard item on the exported page retains its original size.
UseScaleFactor static The size of the dashboard / dashboard item on the exported page is changed according to the scale factor value (DashboardPdfExportOptions.ScaleFactor).
See Also