Skip to main content

DashboardExportAction Enum

Lists values that specify 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 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