Skip to main content
All docs
V18.2

DashboardPdfExportOptions.MapAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool MapAutomaticPageLayout { get; set; }

Property Value

Type Description
Boolean

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

See Also