Show report directly from report server to ASP.NET mvc app

Hi,

I would ask it is possible connect to report server directly form ASP.Net application and get report template and show in asp.net mvc application?
If it is possible I would ask to advice how to do or where can I find information in documentation?

Best Regards,
Jakub Janiszewski

Hi,

the Report Server has a REST API.
You have to use this API to create the reports an then show them in your application (e.g. as PDF)

https://docu.combit.net/reportserver/en/index.html#!Documents/restapi1.htm

Hope this helps

HP

Hi Jakub,
For .NET there is also a ClientAPI example which uses a wrapper around the REST API, the example can be found in the example folder → … \ Microsoft .NET \ .NET Framework 4 \ Report Server \ C # \ ClientApi Sample