AllReportUIExportFormats Constant
A set of flags that corresponds to all export data formats available for report export using the built-in UI.
Declaration
const AllReportUIExportFormats = [Low(TdxReportUIExportFormat), High(TdxReportUIExportFormat)];
Remarks
The AllReportUIExportFormats global constant defines the default TdxReport.ExportFormats property value.
Refer to the TdxReportUIExportFormat type description for information on all supported export formats.
See Also