CustomExportBaseEventArgs.PdfOptions Property
In This Article
OBSOLETE
This property is obsolete now. Use the Pdf
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
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the PdfExportOptions property instead. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public PdfExportOptions PdfOptions { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also