Add Export of Results Pane to Util as a method
LinqPad results window has export options for Word, Excel and HTML. It would be helpful to invoke these from the LinqPad query, maybe as a method in the Util function.
Example:
Util.ExportResults(string ExportFileName, ExportType TypeOfExport);
Util.ExportResults(@"c:\MyExport.html", ExportType.HTML);
-
Bastien Vandamme commented
Yes, we can clear the Result, we can auto scroll the result but impossible to save the result as HTML or any other format. I use LinqPad to monitor my entities and fix when required. Each time I run my queries I would like to save the HTML result to send it automatically by email as report.