问题标签 [jasperserver]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1142 浏览

php - 使用 PHP 的 Jasper 服务器参数问题

我想用以下场景生成 pdf 格式的报告:

Jasper 报告在 jasper 服务器中,我想通过向另一台服务器传递参数来获取该报告。这里发生的主要问题是我无法传递参数。

语言是php

0 投票
1 回答
644 浏览

jasperserver - 通过 URL 从 JasperReports 服务器向本地打印机发送报告

我正在尝试使用 JasperReports Server 从 Web 应用程序调用报告并发送到本地打印机。有很多文档概述了 PDF 等输出格式,但我在打印方面没有找到任何内容。我正在使用 url 调用报告,例如

http://myhost:8080/jasperserver/flow.html?_flowId=viewReportFlow&j_username=joeuser&j_password=joeuser¶m=1&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2Freports&reportUnit=%2Freports%2Fmyreport&output=pdf

这会下载一个pdf,有没有办法把它发送到本地打印机?

谢谢

0 投票
2 回答
11401 浏览

c# - 从 C# 在 JasperServer 上运行报告

Jasper Reports 是 Crystal Reports 的优秀开源替代品。它非常适合单页 PDF 页面,例如信件和发票到多页报告。然而,它对 .NET 不是很友好,并且让 C#/Mono 与 JasperServer 配合得很好并没有什么成果。

有没有人有任何代码示例说明如何从 C# 在 JasperServer 上运行报告,并将 XML 数据集附加到 SOAP 请求中?它需要在 Mono 上工作,所以 Microsoft.Web.Services2 是不可能的。

我试着提出自己的肥皂请求。Jasper Server 似乎接受了它,但除了服务器 500 错误之外,我似乎无法得到任何响应。我没有附上 MTOM 附件。

0 投票
1 回答
3744 浏览

jasper-reports - Deploying subreports in JasperServer

I have created a frame and subreport for integration with APEX and refined to the point I am ready to deploy on JasperServer. Somehow the exact syntax is defeating me. I've tried all the variations the following questions would indicate, but nothing seems to work. I'm using Glassfish, btw, but I don't think that is significant. Here are my questions:

  1. When deploying the subreport, do I deploy as a report or as a JRXML file?

  2. Do I need to set up Input Controls for the subreport, as passed by the frame report?

  3. Does it matter where I deploy the subreport (folder structure) so long as I am passing the correct SUBREPORT_DIR parameter to the frame?

  4. On that SUBREPORT_DIR, I've tried a couple different things. First I had the default as an absolute path on my local box, for debugging purposes, and was passing the value I wanted in the URL (i.e. ...&SUBREPORT_DIR=/Subreports/...). I also tried setting the default to the path I wanted. Neither works, but should the former work as well as the latter?

  5. What's the actual syntax for passing SUBREPORT_DIR? I've deployed my frame report as "/reports/frame" and my subreport as "/reports/Subreports/sub", so I was passing "repo:/Subreports/" (without quotes in the URL, with quotes in the default on frame).

My frame and sub work in iReport with the same params I'm passing, but they don't work from the URL at all. I can load up the sub as a report under JasperServer, pass it the params frame passes, and get it to work, but when I try to run the frame, no dice.

Thanks in advance for all the help, and I hope to pay it back once I get this properly configured.

0 投票
2 回答
1240 浏览

treeview - 用于将树视图集成到输入框控件的 Jaspersoft 报表插件

我是 jaspersoft 报告的新手。是否可以在输入控件对话框中有动态树视图

0 投票
2 回答
818 浏览

jsp - 从 JSP 调用 JasperServer 仪表板

我的 JasperServer 中有一个仪表板项,我想从我的 JSP 中以编程方式调用它。我已经知道如何调用报表,但对于仪表板,我不知道该怎么做。我们如何从 JSP 页面调用仪表板?以及如何在仪表板内传递报表的参数?

0 投票
0 回答
676 浏览

jasper-reports - 在 Jasperserver 中不使用提交按钮更新仪表板

情况就是这样:我的 jasperserver 中有一个仪表板,其中有一个下拉菜单作为输入控件。如果我希望在更改下拉列表中的值时自动更新仪表板,我必须做什么,所以我不必放置提交按钮?(并且不使用自动间隔进行更新)

我在仪表板中也有两个报告,但我希望它单独更新,而不导致重新处理其他报告,我该怎么做?

0 投票
4 回答
6558 浏览

php - 使用 PHP SOAP 客户端从 JasperServer 运行报告

我想使用 PHP SOAP 客户端从 JasperServer 运行报告。我在网上找到了这个例子,但我想附加一个 XML 数据源,用于报告数据,我不确定它应该如何正确附加。

如何将我的 XML 数据源附加到 Jasper 服务器可以接受的 SOAP 请求?

我在这里找到的完整示例https://gist.github.com/26205

它的目标是创建这样的东西: Jasper 服务器 PHP 客户端

0 投票
1 回答
394 浏览

dynamic - Jasper 报告中的动态报告大小

我需要让我的报告调整大小取决于浏览器的大小。
这在 Jasperserver 3.7.0.1 中可行吗?

谢谢,
毛利

0 投票
1 回答
1592 浏览

jasper-reports - 如何将 JasperServer 集成到 Liferay

如何将 JasperServer 4 集成到 Liferay 6?我发现一篇文章描述了如何将 JasperServer CE 3.7.0 集成到 Liferay 6.0.5 中。但我怀疑它不适用于版本 4。我检查了http://sourceforge.net并找到了 JasperServer 3.7.1 的 portlet。但是,网站中没有版本 4 的 JasperServerPortlet。