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:

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.
See Also