TdxCustomDashboardControl.ExportFormats Property
Specifies export formats available to users.
Declaration
property ExportFormats: TdxDashboardUIExportFormats read; write; default AllDashboardUIExportFormats;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxDashboardUIExportFormats | AllDashboardUIExportFormats | The set of flags that correspond to individual supported export formats. |
Remarks
The Web-based Dashboard Viewer dialog allows users to export the current dashboard or individual dashboard in any supported document or image format.

Export To Menu and Format Groups
The TdxDashboardUIExportFormat type enumerates export format groups displayed when a user clicks an Export To button within the Dashboard Viewer dialog:

Export To Dialog
A click on a menu item displays the corresponding modal dialog designed to select the required format and associated export settings:

Export-Related Event
A click on the Export button in the Export To dialog raises the OnBrowserFileDownload 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.
Available Options
You can use the ExportFormats property to change the list of available export formats.
Default Value
The ExportFormats property’s default value is the AllDashboardUIExportFormats global constant.