Back to Devexpress

DashboardExportPageLayout Enum

dashboard-devexpress-dot-dashboardweb-35bdb3d2.md

latest2.3 KB
Original Source

DashboardExportPageLayout Enum

OBSOLETE

The DashboardExportPageLayout enumeration is obsolete now. Use the DashboardExportPageLayout enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

Lists values that specify the page orientation used to export a dashboard (dashboard item).

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[Obsolete("The DashboardExportPageLayout enumeration is obsolete now. Use the DashboardExportPageLayout enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")]
public enum DashboardExportPageLayout
vb
<Obsolete("The DashboardExportPageLayout enumeration is obsolete now. Use the DashboardExportPageLayout enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/")>
Public Enum DashboardExportPageLayout

Members

NameDescription
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.

|

Remarks

Values listed by this enumeration are used to set the DashboardExportOptions.PageLayout property.

See Also

Manage Exporting Capabilities in ASP.NET Web Forms

DevExpress.DashboardWeb Namespace