Obsolete. Gets or sets the number of horizontal/vertical pages spanning the total width/height of a dashboard (dashboard item).
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.AutoFitPageCount and DashboardPdfExportOptions.AutoFitPageCount properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public int AutoFitPageCount { get; set; }
<Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.AutoFitPageCount and DashboardPdfExportOptions.AutoFitPageCount properties instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")>
Public Property AutoFitPageCount As Integer
Type | Default | Description |
---|---|---|
Int32 | 1 |
An integer value that specifies the number of horizontal/vertical pages spanning the total width/height of a dashboard (dashboard item). |
The AutoFitPageCount property is in effect when the DashboardPrintingOptions.ScaleMode property is set to DashboardPrintingScaleMode.AutoFitToPageWidth.