Skip to main content
A newer version of this page is available. .

DashboardBeforeExportEventArgs Class

OBSOLETE

The DashboardBeforeExportEventArgs class in now obsolete. Use DashboardExportFormShowingEventArgs instead.

Provides data for the BeforeExport events.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

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.

Inheritance

Object
EventArgs
DashboardBeforeExportEventArgs
See Also