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