Back to Devexpress

DashboardExportAction Enum

dashboard-devexpress-dot-dashboardcommon-3d9d58da.md

latest2.0 KB
Original Source

DashboardExportAction Enum

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardExportAction
vb
Public Enum DashboardExportAction

Members

NameDescription
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.

|

The following properties accept/return DashboardExportAction values:

Remarks

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

See Also

DevExpress.DashboardCommon Namespace