I have currently implemented some reports for a demo project using Azure reporting and Report builder. Now we are going to develop the reports properly I have a few questions about SSRS.
- We need subscription and scheduling so I guess we have to set up a SSRS server, can this be hosted on Azure or where is a good place? We have no servers of our own.
- What cost is involved for licensing?
- Our application is an MVC 4 app and I believe this may cause problems for hosting the report viewer (no post backs). What would be the best approach for an integrated experience for running the reports?
Thank you