Skip to main content
All docs
V18.2

DashboardPdfExportOptions.RangeFilterAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool RangeFilterAutomaticPageLayout { get; set; }

Property Value

Type Description
Boolean

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

Remarks

If the RangeFilterAutomaticPageLayout property is set to true, it overrides the page orientation specified using the DashboardPdfExportOptions.PageLayout property.

See Also