vcl-dxdashboard-dot-control-dot-tdxcustomdashboardcontrol-74586a5c.md
Specifies export formats available to users.
property ExportFormats: TdxDashboardUIExportFormats read; write; default AllDashboardUIExportFormats;
| Type | Default | Description |
|---|---|---|
| TdxDashboardUIExportFormats | AllDashboardUIExportFormats |
The set of flags that correspond to individual supported export formats.
|
The Web-based Dashboard Viewer dialog allows users to export the current dashboard or individual dashboard in any supported document or image format.
The TdxDashboardUIExportFormat type enumerates export format groups displayed when a user clicks an Export To button within the Dashboard Viewer dialog:
A click on a menu item displays the corresponding modal dialog designed to select the required format and associated export settings:
A click on the Export button in the Export To dialog raises the OnExport event.
You can handle this event to execute custom code in response to a dashboard content download operation, modify the download target, replace the built-in Save As dialog, or prevent the operation depending on specific conditions in your application.
You can use the ExportFormats property to change the list of available export formats.
The ExportFormats property’s default value is the AllDashboardUIExportFormats global constant.
See Also
TdxCustomDashboardControl.OnExport Event
TdxCustomDashboardControl Class