Skip to main content
All docs
V18.2

DashboardPdfExportOptions.PageLayout Property

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

public string PageLayout { get; set; }

Property Value

Type Description
String

A DashboardExportPageLayout value that specifies the page orientation used to export a dashboard/dashboard item.

Remarks

Note that specific dashboard items allow you to specify the page orientation as well. For instance, for the Chart dashboard item, you can specify the DashboardPdfExportOptions.ChartAutomaticPageLayout property that can override the value specified using PageLayout.

See Also