Back to Devexpress

DashboardPrintingPageLayout Enum

dashboard-devexpress-dot-dashboardwin-b9a2a519.md

latest2.2 KB
Original Source

DashboardPrintingPageLayout Enum

OBSOLETE

The DashboardPrintingPageLayout 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/bc4046/

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The DashboardPrintingPageLayout 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/bc4046/")]
public enum DashboardPrintingPageLayout
vb
<Obsolete("The DashboardPrintingPageLayout 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/bc4046/")>
Public Enum DashboardPrintingPageLayout

Members

NameDescription
Portrait

The page orientation used to print a dashboard (dashboard item) is portrait.

| | Landscape |

The page orientation used to print a dashboard (dashboard item) is landscape.

|

Remarks

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

See Also

Printing and Exporting in the WinForms Viewer

DevExpress.DashboardWin Namespace