Skip to main content
All docs
V18.2

DashboardPdfExportOptions.DashboardAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool DashboardAutomaticPageLayout { get; set; }

Property Value

Type Description
Boolean

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

See Also