Skip to main content
A newer version of this page is available. .

BeforeExportDocumentWebEventArgs.ExportAction Property

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.dll

Declaration

public DashboardExportAction ExportAction { get; }

Property Value

Type
DashboardExportAction

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.

See Also