Hello,
I am developing an ASP.NET MVC website. The reporting is done by SQL Server Reporting Services. I know how I can make a PDF file out of a report without showing it, yet I'm not sure what's the easiest/best way to store this file an make it available for download in MVC or send it via email (out of MVC).
Any help or direction would be greatly appreciated!
Simon