CustomExportBaseEventArgs.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/T488406
Gets export options related to exporting a dashboard/dashboard item to PDF format.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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/T488406")]
public PdfExportOptions PdfOptions { get; }
Property Value
Type | Description |
---|---|
PdfExportOptions | A PdfExportOptions object containing export options related to exporting a dashboard/dashboard item to PDF format. |