1

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.

3
  • You are asking how to display html response from jsreport inside razor view? Why don't you pass it there in model? Commented Apr 24, 2017 at 7:53
  • Jan - I don't know how to accomplish this. Can you provide an example project that demonstrates this functionality? Commented Apr 24, 2017 at 16:01
  • 1
    You may try something like this? stackoverflow.com/a/5031069/1660996 However you should reformulate your question to simply ask what you need - display html in razor. Ignore the jsreport part because it has nothing to do with it. Commented Apr 26, 2017 at 6:08

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.