Generate Reports with dynamic content and styling

做~自己de王妃 提交于 2019-12-11 17:59:30

问题


We are developing an application which also has to generate user-specific reports.

We have some projects in JSP and some in C# WPF. Our current requirement is to generate reports from the JSP application.

The template in these reports have different style attributes, such as:

  • Having a Checkbox in the PDF generated
  • Providing background color for a table cell
  • Vertically oriented text
  • A few shapes (such as line, triangle, etc) at some places

The data in these reports is dynamic, and is obtained as a Data Set from the database.

Can anyone please suggest me which API/tool is ideal to do these tasks? All the while we have been using XSL-FO and I personally feel, it is too much effort for just one report generation.

Is there any tool which is language/domain independent? (So that we could use it in all our Java/C# applications)

If not, let me know the best tool/API to generate reports from JSP application.


回答1:


You're describing two separate problems. I don't have an opinion on middleware, but for presentation I prefer to use http://devexpress.com/Products/NET/Reporting/ with some custom code.



来源:https://stackoverflow.com/questions/8054758/generate-reports-with-dynamic-content-and-styling

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!