BeforeExportDocumentEventArgs.PrintPreviewOptions Property
In This Article
Gets options related to printing a dashboard/dashboard item using the Print Preview window.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardPrintPreviewOptions PrintPreviewOptions { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
Note
Do not modify export options in the Before
See Also