Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.AutoFitPageCount Property

OBSOLETE

This AutoFitPageCount property is obsolete now. Use the AutoFitPageCount property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Gets or sets the number of horizontal/vertical pages spanning the total width/height of a dashboard (dashboard item).

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

[Obsolete("This AutoFitPageCount property is obsolete now. Use the DashboardPdfExportOptions.AutoFitPageCount property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public int AutoFitPageCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the number of horizontal/vertical pages spanning the total width/height of a dashboard (dashboard item).

Remarks

The AutoFitPageCount property is in effect when the ASPxClientDashboardExportOptions.ScaleMode property is set to DashboardExportScaleMode.AutoFitToPageWidth.

See Also