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

DashboardExportAction Enum

Lists values that specify the export action performed by an end-user.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public enum DashboardExportAction

Members

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

Values listed by this enumeration returned by the CustomExportBaseEventArgs.ExportAction and CustomExportBaseWebEventArgs.ExportAction event parameters.

See Also