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 这样的报告库可以轻松生成报告,并且可以嵌入到任何地方,无论是 Servlet 还是桌面应用程序。那么为什么需要一个报告服务器呢?
报告服务器最有用的功能是生成计划报告的能力,其次是在网络上查看报告的能力,除此之外,如果您不使用它也不会错过太多。
报告服务器通常会离线生成报告或按需缓存。这意味着您需要的报告更有可能预先生成并可立即访问,而不是等待报告生成。它还可用于生成定期通过电子邮件发送的报告。