DashboardExportAction Enum
Lists values that specify the export action performed by an end-user.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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