C# – Export Crystal Report to CSV Format

ccrystal-reportscsvwpf

How to export the crystal report to .csv file format?

Best Answer

Assuming you have a nice structured ResultSet, you can export your crystal reports to Excel format, and then do a simple export from Excel into CSV. There are plenty of code snippets out there on how to programmatically work with Excel spreadsheets.