Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • AllReportExportFormats Constant

    A set of flags that corresponds to all export data formats available for the TdxReport component.

    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