Skip to main content
All docs
V18.2

RangeFilterExportOptions.AutomaticPageLayout Property

OBSOLETE

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

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also