ASPxDashboard.PdfExportOptions Property
Provides access to options related to exporting a dashboard/dashboard item to the PDF format.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v20.2.Web.WebForms.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardPdfExportOptions PdfExportOptions { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property PdfExportOptions As DashboardPdfExportOptions
Property Value
Type | Description |
---|---|
DashboardPdfExportOptions | A DashboardPdfExportOptions object containing options related to exporting a dashboard/dashboard item to the PDF format. |
See Also
Feedback