DxPdfExportOptions.PageLayout Property
Specifies the page orientation used to export a dashboard/dashboard item.
Namespace: DevExpress.DashboardBlazor
Assembly: DevExpress.Dashboard.v24.1.Blazor.dll
NuGet Package: DevExpress.Blazor.Dashboard
Declaration
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