Skip to main content
All docs
V23.2

DxPdfExportOptions.PageLayout Property

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

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v23.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