Skip to main content

DashboardViewer.PdfExportOptions Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardPdfExportOptions PdfExportOptions { get; }

Property Value

Type Description
DashboardPdfExportOptions

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

Implements

See Also