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