Back to Devexpress

AllReportExportFormats Constant

vcl-dxbackend-58839004.md

latest759 B
Original Source

AllReportExportFormats Constant

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

Declaration

delphi
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

AlDashboardUIExportFormats Global Constant

dxBackend Unit