Skip to main content

BeforeExportDocumentEventArgs.PdfExportOptions Property

Gets export options related to exporting a dashboard/dashboard item to PDF format.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardPdfExportOptions PdfExportOptions { get; }

Property Value

Type Description
DashboardPdfExportOptions

A DashboardPdfExportOptions object containing options related to exporting a dashboard/dashboard item to PDF format.

Remarks

Note

Do not modify export options in the BeforeExportDocument event handler because modifications do not apply to the exported document.

See Also