DashboardPrintPreviewOptions Class
Contains options related to printing a dashboard/dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public class DashboardPrintPreviewOptions :
IDashboardReportOptions,
IDashboardExportOptions
Remarks
The following properties allow you to access default printing options of the dashboard controls:
- DashboardDesigner.PrintPreviewOptions
- DashboardViewer.PrintPreviewOptions
- DashboardControl.PrintPreviewOptions
Inheritance
Object
DashboardPrintPreviewOptions
See Also