Programmatic export to Excel file

I would like to call reporting services programmatically and save the report to disk in Excel format.

I do this now via calls to Crystal Reports from VB .Net. Is there anyway to do this with Reporting Services

I still would be using VB .Net.



Answer this question

Programmatic export to Excel file

  • davidguygc

    Yes, you can access a report server from another application using the web service. Here's a pointer to using the web service: http://msdn2.microsoft.com/en-us/library/ms154699.aspx

  • Programmatic export to Excel file