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

pmillan81

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by pmillan81

  1. 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
×
×
  • Create New...