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

DashboardExportOptions.PageLayout Property

OBSOLETE

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

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

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

Property Value

Type Default Description
DashboardExportPageLayout **Portrait**

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

Available values:

Name Description
Portrait

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

Landscape

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

See Also