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

DashboardPdfExportOptions.DashboardAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(true)]
public bool DashboardAutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

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