Obsolete. Provides data for the BeforeExport events.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
[Obsolete("The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.")]
public class DashboardBeforeExportEventArgs :
EventArgs
<Obsolete("The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.")>
Public Class DashboardBeforeExportEventArgs
Inherits EventArgs
The BeforeExport event is raised after an end-user tries to export a dashboard (dashboard item) to the required format (for instance, clicks the Export To PDF menu item in the dashboard item's context menu).
You can use the DashboardBeforeExportEventArgs.ShowExportForm event parameter to suppress the export form, which allows end-users to specify various export options related to the selected format.