Back to Devexpress

DashboardExtensionSettings.PdfExportOptions Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings-40ff1232.md

latest1.7 KB
Original Source

DashboardExtensionSettings.PdfExportOptions Property

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

Namespace : DevExpress.DashboardWeb.Mvc

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

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public DashboardPdfExportOptions PdfExportOptions { get; set; }
vb
Public 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

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace