Back to Devexpress

ASPxDashboard.PdfExportOptions Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-5ed1d733.md

latest1.6 KB
Original Source

ASPxDashboard.PdfExportOptions Property

Provides access to options related to exporting a dashboard/dashboard item to PDF format.

Namespace : DevExpress.DashboardWeb

Assembly : DevExpress.Dashboard.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardPdfExportOptions PdfExportOptions { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property PdfExportOptions As DashboardPdfExportOptions

Property Value

TypeDescription
DashboardPdfExportOptions

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

|

See Also

ImageExportOptions

ExcelExportOptions

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace