Jump to content
We've recently updated our Privacy Statement, available here ×

How can I do to connect c# with jasper report


pmillan81

Recommended Posts

Hi, I´m new with jasper report, I have my server with Jasper server and I ready can to deploy my report, but I need to show my report in my app with mvc and c#, I saw tutorial about of theme and  comment on the jasper client for .net, but and I don´t know about how can I do to show my report in page MVC I hav this code

   var rs = new ReportingService("http://localhost:8080/", "jasperadmin", "jasperadmin");
            var report = await rs.RenderByNameAsync("xxx", new { xxx = "***" });

anyone have some code for to show report in c# mvc, for to show report in app

 

best regards

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...