Teroid Data Grid View Export Control is a .NET Windows Forms control which exports the contents of a Data Grid View to a csv (comma separated values), XML or HTML file.
It is very simple to use: just set the DataGridView property and call the ExportToCsv, ExportToXml or ExportToHtml methods. These methods are overridden and can either take a filename as a parameter or prompt the user with a Save As dialog box.
The control can be set to include column headings and to open the export file if required, and raises an event when the export is completed.
|