Skip to main content

BeforeExportDocumentEventArgs.ExportAction Property

Gets the export action performed by an end-user.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public DashboardExportAction ExportAction { get; }

#Property Value

Type Description
DashboardExportAction

A DashboardExportAction object that is the export action performed by an end-user.

Available values:

Name Description
PrintPreview

An end-user invokes the Print Preview form.

ExportToPdf

An end-user executes the Export to PDF command.

ExportToImage

An end-user executes the Export to Image command.

ExportToExcel

An end-user executes the Export to Excel command.

#Remarks

Use the ExportAction property to determine the export format or whether the dashboard is shown in the Print Preview form.

See Also