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

DashboardPrintingOptions.PageLayout Property

OBSOLETE

The DashboardPrintingOptions.PageLayout property is obsolete now. Use the DashboardPrintPreviewOptions.PageLayout and DashboardPdfExportOptions.PageLayout property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Gets or sets the page orientation used to print a dashboard (dashboard item).

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[Obsolete("The DashboardPrintingOptions.PageLayout property is obsolete now. Use the DashboardPrintPreviewOptions.PageLayout and DashboardPdfExportOptions.PageLayout property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[DefaultValue(DashboardPrintingPageLayout.Portrait)]
public DashboardPrintingPageLayout PageLayout { get; set; }

Property Value

Type Default Description
DashboardPrintingPageLayout **Portrait**

A DashboardPrintingPageLayout enumeration value that specifies the page orientation used to print a dashboard (dashboard item).

Available values:

Name Description
Portrait

The page orientation used to print a dashboard (dashboard item) is portrait.

Landscape

The page orientation used to print a dashboard (dashboard item) is landscape.

See Also