I've created a report that I'd like to export to Excel. The FileFormat class, however only has FileFormat.PDF, FileFormat.XPS and FileFormat.PlainText. I can succesfully export to these but not Excel.
my code after creating the report simply calls: report.Publish("filepath", FileFormat.PDF); Process.Start("filepath");
In the example at http://ko.infragistics.com/products/reporting/sample/print-and-export/export-a-report shows you can export to excel as well.
How do I accomplish this from a windows forms project? I am using infragistics 13.2
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
No, you had already stated that what I was looking for was not available for windows forms. I didn't think there was any need to follow up.
But yes, i was using Document.Reports, not Infragistics reporting. I didn't realize they were different.
thanks,
-jesus