DashboardExportOptions.PageLayout Property
OBSOLETE
The Dashboard
Gets or sets the page orientation used to export a dashboard (dashboard item).
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
#Declaration
[DefaultValue(DashboardExportPageLayout.Portrait)]
[Obsolete("The DashboardExportOptions.PageLayout property is obsolete now. Use the DashboardPdfExportOptions.PageLayout property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public DashboardExportPageLayout PageLayout { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
Portrait | A |
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. |