Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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:

Object Type Path to MapAutomaticPageLayout
BeforeExportDocumentEventArgs
.PdfExportOptions .MapAutomaticPageLayout
CustomExportBaseEventArgs
.PdfExportOptions .MapAutomaticPageLayout
ASPxDashboard
.PdfExportOptions .MapAutomaticPageLayout
BeforeExportDocumentWebEventArgs
.PdfExportOptions .MapAutomaticPageLayout
CustomExportBaseWebEventArgs
.PdfExportOptions .MapAutomaticPageLayout
DashboardExtensionSettings
.PdfExportOptions .MapAutomaticPageLayout
DashboardDesigner
.PdfExportOptions .MapAutomaticPageLayout
DashboardViewer
.PdfExportOptions .MapAutomaticPageLayout
IDashboardControl
.PdfExportOptions .MapAutomaticPageLayout
DashboardControl
.PdfExportOptions .MapAutomaticPageLayout
See Also