Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxPdfExportOptions.PageLayout Property

Specifies the page orientation used to export a dashboard/dashboard item.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public DashboardExportPageLayout PageLayout { get; set; }

Property Value

Type Description
DashboardExportPageLayout

A DashboardExportPageLayout 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