Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Exporting a Report to Excel
posted

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://www.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

 

Parents
  • 48586
    posted

    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.

Reply Children
No Data