ASPxDashboard.PdfExportOptions Property
Provides access to options related to exporting a dashboard/dashboard item to PDF format.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v22.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
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