We have a series of reports that are built on the jsReport cloud instance.
Our primary app is an MVC app built on razor and C#. I am able to use the jsReport.Client library to execute a report and retrieve the content as PDF.
I would like to display the rendered HTML within my Razor view. Is there a way client-side or server-side to accomplish this? There is a good deal of documentation on the jsReport site, but I haven't' found anything that addresses this scenario.