Skip to main content
A newer version of this page is available. .

DashboardPdfExportOptions.MapAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(false)]
public bool MapAutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Show 14 property paths
Object Type Path to MapAutomaticPageLayout
BeforeExportDocumentEventArgs
.PdfExportOptions.MapAutomaticPageLayout
CustomExportBaseEventArgs
.PdfExportOptions.MapAutomaticPageLayout
CustomExportEventArgs
.PdfExportOptions.MapAutomaticPageLayout
CustomizeExportDocumentEventArgs
.PdfExportOptions.MapAutomaticPageLayout
ASPxDashboard
.PdfExportOptions.MapAutomaticPageLayout
BeforeExportDocumentWebEventArgs
.PdfExportOptions.MapAutomaticPageLayout
CustomExportBaseWebEventArgs
.PdfExportOptions.MapAutomaticPageLayout
CustomExportWebEventArgs
.PdfExportOptions.MapAutomaticPageLayout
CustomizeExportDocumentWebEventArgs
.PdfExportOptions.MapAutomaticPageLayout
DashboardExtensionSettings
.PdfExportOptions.MapAutomaticPageLayout
MVCxDashboard
.PdfExportOptions.MapAutomaticPageLayout
DashboardDesigner
.PdfExportOptions.MapAutomaticPageLayout
DashboardViewer
.PdfExportOptions.MapAutomaticPageLayout
DashboardControl
.PdfExportOptions.MapAutomaticPageLayout
See Also