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

DashboardPrintPreviewOptions.DashboardAutomaticPageLayout Property

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

Property Paths

You can access this nested property as listed below:

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