DashboardBeforeExportEventArgs Class
OBSOLETE
The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.
Provides data for the BeforeExport events.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
[Obsolete("The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.")]
public class DashboardBeforeExportEventArgs :
EventArgs
Remarks
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.
See Also