We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Jasperserver主要是一个管理和管理你的报表资源的应用程序。它有助于使报告更易于访问,并提供一个 Web 界面来管理和执行它们。为此,它配备了自己的基于 mysql 的存储库,用于存储有关报告的元数据。该存储库与您的实际报告数据完全无关,这些数据可能来自各种不同的源,例如 mysql-datasources、mondrian-datasources、xmla-datasources、oracle-datasources 等。该存储库存储例如:
要创建实际报告,您可以使用 iReports,它可以连接到jasperserver 获取所有上述元数据信息。然后您设计您的报告
使用jasperserver提供的参数和数据源。完成后,您将完成的报告上传到 jasperserver。从那里您可以执行它并以 HTML 格式显示结果,或者将其导出为 PDF、XLS 等。Jasperserver 还负责在给定时间安排报告。
在您的具体情况下,您可能会执行以下步骤:
更多信息请参见http://jasperforge.org/projects/jasperserver/docs
Jasperserver is mainly an application to manage and administer your report resources. It helps in making reports more accessible and provides an web-interface to manage and execute the them. For this purpose it comes with its own mysql-based repository that is used to store metadata about your reports. This repository is completely unrelated to your actual report data, which might come from a variety of different sources such as mysql-datasources, mondrian-datasources, xmla-datasources, oracle-datasources, etc. The repository stores for example:
For the creation of the actual report you use iReports, which can connect to the jasperserver to get all the aforementioned metadata information. You then design your report
using the parameters and the datasource provided by jasperserver. On completion you upload your finished report to jasperserver. From there you can execute it and display the result in either HTML or alternatively export it to PDF, XLS, etc. Jasperserver also takes care of the scheduling of reports at a given time.
In your concrete case you would probably do the following steps:
more information under http://jasperforge.org/projects/jasperserver/docs
二进制发行版的 docs 文件夹中有一大堆文档。另外你必须明白你的数据不会在 jasperserver 中。它可以报告数据库中的数据(无论哪个)。
我将安装 iReport,启动 tomcat(以及 jasperserver),在 iReport 中连接到它并创建一个报告。
There is a whole bunch of documentation in the docs folder of the binary distribution. Also you have to understand that your data will not be in jasperserver. It can report off data in your database (whichever that is).
I would install iReport, start tomcat (and therefore jasperserver), connect to it in iReport and create a report.
http://community.jaspersoft.com/documentation
您可能必须注册才能下载。
p/s :好吧,你知道吗,让我向你介绍我最好的朋友。他总是帮我做这样的事情 -->谷歌先生。
http://community.jaspersoft.com/documentation
You probably have to sign up to download.
p/s : Well you know what, let me introduce you to my best friend. He always help me with this such things --> Mr.Google.