DashboardViewer.PrintingOptions Property
In This Article
OBSOLETE
This property is obsolete now. Use Dashboard
Provides access to options specific to printing and exporting.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.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 |
---|---|
Dashboard |
A Dashboard |
See Also