Skip to main content

DashboardDesigner.PrintingOptions Property

OBSOLETE

This property is obsolete now. Use DashboardDesigner.PrintPreviewOptions, DashboardDesigner.PdfExportOptions, DashboardDesigner.ImageExportOptions and DashboardDesigner.ExcelExportOptions instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Provides access to options specific to printing and exporting.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete now. Use DashboardDesigner.PrintPreviewOptions, DashboardDesigner.PdfExportOptions, DashboardDesigner.ImageExportOptions and DashboardDesigner.ExcelExportOptions instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public DashboardPrintingOptions PrintingOptions { get; }

Property Value

Type Description
DashboardPrintingOptions

A DashboardPrintingOptions object that contains settings which specify parameters affecting how the dashboard (dashboard items) is printed.

See Also