A newer version of this page is available.
Switch to the current version.
DashboardPrintingPageLayout Enum
Obsolete. Lists values that specify the page orientation used to print or export a dashboard (dashboard item).
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
[Obsolete("The DashboardPrintingPageLayout 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/T488406")]
public enum DashboardPrintingPageLayout
<Obsolete("The DashboardPrintingPageLayout 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/T488406")>
Public Enum DashboardPrintingPageLayout
Members
Name | Description |
---|---|
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
Feedback