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

DashboardPrintPreviewOptions.MapAutomaticPageLayout Property

Gets or sets whether the page orientation used to print 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 print the Map dashboard item; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to MapAutomaticPageLayout
BeforeExportDocumentEventArgs
.PrintPreviewOptions.MapAutomaticPageLayout
CustomExportBaseEventArgs
.PrintPreviewOptions.MapAutomaticPageLayout
CustomExportEventArgs
.PrintPreviewOptions.MapAutomaticPageLayout
CustomizeExportDocumentEventArgs
.PrintPreviewOptions.MapAutomaticPageLayout
DashboardDesigner
.PrintPreviewOptions.MapAutomaticPageLayout
DashboardViewer
.PrintPreviewOptions.MapAutomaticPageLayout
DashboardControl
.PrintPreviewOptions.MapAutomaticPageLayout
See Also