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.v22.2.Win.dll
NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design
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 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. |