Skip to main content
A newer version of this page is available. .

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

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

Declaration

[Obsolete("The DashboardExportPageLayout enumeration is obsolete now. Use the DashboardExportPageLayout enumeration from the DevExpress.DashboardCommon namespace instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public enum DashboardExportPageLayout

Members

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.

Remarks

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

See Also