I'm a newbie in Jasper reports, did some research and found three options for Dynamic report creation:
我是Jasper报道的新手,做了一些研究,发现了动态报告创建的三个选项:
1) JasperDesign Object of Jasper reports Library 2) DynamicJasper 3) Dynamicreports
1)Jasper的JasperDesign对象报告库2)DynamicJasper 3)Dynamicreports
What ares pros and cons or differences between these options. I need to start my project As soon as possible. I would appreciate your help to get a better overview.
这些选项之间的利弊或区别是什么。我需要尽快开始我的项目。感谢您的帮助以获得更好的概述。
Thanks
1 个解决方案
#1
Depending on the complexity of what you are trying to do, Dynamic Jasper could be the best option:
根据您尝试执行的复杂程度,Dynamic Jasper可能是最佳选择:
- It has a lot of examples and docs (you have test sources, that you can find them in the bundle, to test all examples they give you)
- Make released very often (You have released from JR 3.5 to JR 6.0)
- It easier and you need less code to write a dynamic reports, compared to using JR capabilities
- I have seen more usage of Dynamic Jasper than Dynamic Reports
它有很多示例和文档(你有测试源,你可以在包中找到它们,来测试它们给你的所有例子)
经常发布(你已经从JR 3.5发布到JR 6.0)
与使用JR功能相比,它更容易编写动态报告所需的代码更少
我看到动态Jasper的用法比动态报告更多
I wouldn't use Jasper Design object if I were newbie or I were not used to working with the JR's API.
如果我是新手或者我不习惯使用JR的API,我不会使用Jasper Design对象。
#1
Depending on the complexity of what you are trying to do, Dynamic Jasper could be the best option:
根据您尝试执行的复杂程度,Dynamic Jasper可能是最佳选择:
- It has a lot of examples and docs (you have test sources, that you can find them in the bundle, to test all examples they give you)
- Make released very often (You have released from JR 3.5 to JR 6.0)
- It easier and you need less code to write a dynamic reports, compared to using JR capabilities
- I have seen more usage of Dynamic Jasper than Dynamic Reports
它有很多示例和文档(你有测试源,你可以在包中找到它们,来测试它们给你的所有例子)
经常发布(你已经从JR 3.5发布到JR 6.0)
与使用JR功能相比,它更容易编写动态报告所需的代码更少
我看到动态Jasper的用法比动态报告更多
I wouldn't use Jasper Design object if I were newbie or I were not used to working with the JR's API.
如果我是新手或者我不习惯使用JR的API,我不会使用Jasper Design对象。