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

CustomExportBaseWebEventArgs.PdfOptions Property

OBSOLETE

This property is obsolete now. Use the PdfExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

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

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete now. Use the PdfExportOptions property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public PdfExportOptions PdfOptions { get; }

Property Value

Type Description
PdfExportOptions

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

See Also