在 JasperServer 中使用单个输入控件传递多个参数
我已经在 ireport 中创建了 jasper 报告。我正在尝试使用 jasper 服务器执行它。我想使用单个输入控件传递两个输入参数来报告。该输入控件是一个下拉菜单。它有文本和 ID。我想传递 id 和文本来报告。有什么办法可以实现这个目标吗?
I have created jasper report in ireport. I am trying to execute it using jasper server. I want to pass two input parameters to report using single Input Control. This input control is a drop down. It has text and Id. I want to pass both id as well as text to report. Is there any way I can achieve this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了创建带有输入参数的报告,您必须通过 HashMap 传递它们。您可以在此处放置任意数量的值并将它们传递给 JasperReport:
In order to create a report with input parameters you have to pass them through a HashMap. This is where you put any number of values you like and pass them to JasperReport: