Skip to main content
All docs
V18.2

ASPxClientDashboardExportOptions.PageLayout Property

OBSOLETE

The PageLayout property is obsolete now. Use the 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.Scripts

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

Declaration

[Obsolete("The 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")]
public string PageLayout { get; set; }

Property Value

Type Description
String

A string value returned by the DashboardExportPageLayout class that specifies the page orientation used to export a dashboard (dashboard item).

See Also