Skip to main content

DashboardExportOptions.AutoFitPageCount Property

OBSOLETE

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

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

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard

Declaration

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

Property Value

Type Default Description
Int32 1

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

Remarks

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

See Also