Back to Devexpress

TdxDashboardUIExportFormats Type

vcl-dxbackend-23694980.md

latest1.3 KB
Original Source

TdxDashboardUIExportFormats Type

A set of flags that correspond to export format groups available to users in the Dashboard Viewer dialog UI.

Declaration

delphi
TdxDashboardUIExportFormats = set of TdxDashboardUIExportFormat;

Referenced Class

TypeDescription
TdxDashboardUIExportFormat

A flag that indicates a dashboard export format group available to users in the Dashboard Viewer dialog UI.

|

Remarks

A TdxDashboardUIExportFormats value can include any combination of TdxDashboardUIExportFormat flags to indicate export format groups available to users.

Direct TdxDashboardUIExportFormats Type Reference

The TdxCustomDashboardControl.ExportFormats property references the TdxDashboardUIExportFormats type.

See Also

TdxReportExportFormats Type

TdxDashboardExportFormat Type

dxBackend Unit