CustomExportBaseEventArgs.PdfExportOptions Property
In This Article
Gets export options related to exporting a dashboard/dashboard item to PDF format.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardPdfExportOptions PdfExportOptions { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also