Skip to main content

DashboardViewer.PrintingOptions Property

OBSOLETE

This property is obsolete now. Use DashboardViewer.PrintPreviewOptions, DashboardViewer.PdfExportOptions, DashboardViewer.ImageExportOptions and DashboardViewer.ExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

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 DashboardViewer.PrintPreviewOptions, DashboardViewer.PdfExportOptions, DashboardViewer.ImageExportOptions and DashboardViewer.ExcelExportOptions instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
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