BeforeExportDocumentEventArgs.PrintPreviewOptions Property
Gets options related to printing a dashboard/dashboard item using the Print Preview window.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
DashboardPrintPreviewOptions | A DashboardPrintPreviewOptions object containing options related to printing a dashboard/dashboard item using the Print Preview window. |
Remarks
Note
Do not modify export options in the BeforeExportDocument event because modifications do not apply to the exported document.
See Also