DashboardPrintPreviewOptions Class
In This Article
Contains options related to printing a dashboard/dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class DashboardPrintPreviewOptions :
IDashboardReportOptions,
IDashboardExportOptions
#Related API Members
The following members return DashboardPrintPreviewOptions objects:
#Remarks
The following properties allow you to access default printing options of the dashboard controls:
- DashboardDesigner.PrintPreviewOptions
- DashboardViewer.PrintPreviewOptions
- DashboardControl.PrintPreviewOptions
See Also