BeforeExportDocumentEventArgs.ExportAction Property
In This Article
Gets 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 DashboardExportAction ExportAction { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
Available values:
Name | Description |
---|---|
Print |
An end-user invokes the Print Preview form. |
Export |
An end-user executes the Export to PDF command. |
Export |
An end-user executes the Export to Image command. |
Export |
An end-user executes the Export to Excel command. |
#Remarks
Use the ExportAction property to determine the export format or whether the dashboard is shown in the Print Preview form.
See Also