TQRCSVFilter

TQRCSVFilter. This control enables reports to be exported to comma-separated (CSV) text files.

TQRCSVFilter. CSV format: exports the report as ‘Comma Separated Variables’. As well as using a comma to separate fields, this filter places “double quotes” around them, which allows you to have commas within the fields themselves. This format is easily imported into spreadsheets such as Microsoft Excel. By the way, the component has a Separator property that specifies the character used to separate the fields. By default this value is set to ‘,’ comma, but it can be changed to match your requirements.

The CSV file option will appear in the Save to file dialog in the preview form and reports can also be exported in code using the ExportToFilter method ot the QuickRep component.