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

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 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.v18.2.Win.dll

Declaration

[Obsolete("This property is obsolete now. Use DashboardViewer.PrintPreviewOptions, DashboardViewer.PdfExportOptions, DashboardViewer.ImageExportOptions and DashboardViewer.ExcelExportOptions instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[Browsable(false)]
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