Skip to main content
A newer version of this page is available. .

CustomExportBaseWebEventArgs.PdfExportOptions Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

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.

See Also