AllReportExportFormats Constant
Declaration
const AllReportExportFormats = [Low(TdxReportExportFormat), High(TdxReportExportFormat)];
Remarks
The AllReportExportFormats global constant defines the default TdxReport.ExportFormats property value.
Refer to the TdxReportExportFormat type description for information on all supported export formats.
See Also