Skip to main content

DashboardDesigner.PdfExportOptions Property

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

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

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