Jasperserver 的文档

发布于 2024-08-18 09:50:35 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

枫林﹌晚霞¤ 2024-08-25 09:50:35

Jasperserver主要是一个管理和管理你的报表资源的应用程序。它有助于使报告更易于访问,并提供一个 Web 界面来管理和执行它们。为此,它配备了自己的基于 mysql 的存储库,用于存储有关报告的元数据。该存储库与您的实际报告数据完全无关,这些数据可能来自各种不同的源,例如 mysql-datasources、mondrian-datasources、xmla-datasources、oracle-datasources 等。该存储库存储例如:

  • 报告数据库连接
  • 图像报告使用的资源
  • 报告参数以及用户输入控件,在 Web 前端中用于参数化报告执行
  • XML 中的报告定义
  • ...

要创建实际报告,您可以使用 iReports,它可以连接到jasperserver 获取所有上述元数据信息。然后您设计您的报告
使用jasperserver提供的参数和数据源。完成后,您将完成的报告上传到 jasperserver。从那里您可以执行它并以 HTML 格式显示结果,或者将其导出为 PDF、XLS 等。Jasperserver 还负责在给定时间安排报告。

在您的具体情况下,您可能会执行以下步骤:

  • 登录 jasperserver webadmin 界面(默认为 jasperadmin:jasperadmin)
  • 在存储库中创建指向您的报告数据源的数据库连接资源(可以是 oracle、mysql、postgres、.. )。
  • 创建一个新的报告资源,并将连接设置为您刚刚创建的连接
  • 启动 ireport,将其连接到您的 jasperserver 实例并从存储库打开报告
  • 在 ireport 中设计您的报告
  • 将报告上传回 jasperserver
  • 通过 jasperserver 的 Web 执行报告-界面

更多信息请参见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:

  • report database connections
  • image resources used by the report
  • report parameters along with user input controls, that are used in the web-frontend to parameterize your report execution
  • the report definition in XML
  • ...

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:

  • log into the jasperserver webadmin interface (jasperadmin:jasperadmin by default)
  • Create a database connection resource in the repository that points to your report datasource (can be oracle, mysql, postgres, ... ).
  • Create a new report resource, and set the connection to the one you just created
  • fire up ireport, connect it to you jasperserver instance and open the report from the repository
  • design your report in ireport
  • upload your report back to jasperserver
  • execute the report via jasperserver's web-interface

more information under http://jasperforge.org/projects/jasperserver/docs

清醇 2024-08-25 09:50:35

二进制发行版的 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.

离线来电— 2024-08-25 09:50:35

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文