dashboard-devexpress-dot-dashboardcommon-3d9d58da.md
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
public enum DashboardExportAction
Public Enum DashboardExportAction
| 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.
|
The following properties accept/return DashboardExportAction values:
Values listed by this enumeration returned by the CustomExportBaseEventArgs.ExportAction and CustomExportBaseWebEventArgs.ExportAction event parameters.
See Also