Skip to main content

DashboardPdfExportOptions.DashboardAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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:

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