Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Jasper 提供的 API 运行报告并取回 PDF。我正在使用 C#。他们的文件说它将附加到响应中,但不清楚如何获取文件或响应的真正位置。我很抱歉,如果这个问题不是非常了解,我只是错过了一些东西,但我今天才开始看这个。先感谢您。
http://community.jaspersoft.com/questions/541220/run-report-jasperserver-rest-web-services http://community.jaspersoft.com/sites/default/files/docs/jasperreports-server-web-services -指南.pdf
更具体地说:
使用 REST webservice 和 asp.net C# 从 jasperserver 获取报告
您可以运行 e 报告并以不同的方式取回它。
如果您使用 HTTP API,您只需要链接到您想要的报告并提供用户名和密码,您可以使用 web 服务,这样您就可以将报告附加到 http 响应中。
希望这可以帮助你!