Skip to main content

RangeFilterPrintingOptions.AutomaticPageLayout Property

OBSOLETE

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

Gets or sets whether the page orientation used to print a Range Filter dashboard item is selected automatically.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
[Obsolete("This property is obsolete now. Use the DashboardPrintPreviewOptions.RangeFilterAutomaticPageLayout/DashboardPdfExportOptions.RangeFilterAutomaticPageLayout properties instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public bool AutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean false

true, to automatically select the page orientation used to print a Range Filter dashboard item; otherwise, false.

See Also