Skip to main content
All docs
V26.1
  • TdxCustomReportControl.ExportFormats Property

    Specifies export formats available in the TdxReportControl and Report Viewer UI.

    Declaration

    property ExportFormats: TdxReportUIExportFormats read; write; default AllReportUIExportFormats;

    Property Value

    Type Default Description
    TdxReportUIExportFormats AllReportUIExportFormats

    The set of flags that correspond to individual export formats available in the built-in UI.

    Remarks

    The TdxReportControl and Report Viewer UI lists multiple export formats and corresponding settings available to users.

    VCL Reports: Export Formats Available in the Report Designer Dialog

    You can use the ExportFormats property to change the list of available export formats.

    Default Value

    The ExportFormats property’s default value is the AllReportUIExportFormats global constant.

    See Also