如何在jrxml中选择多选输入控件的id和名称?
我正在使用 jasperserver 和 ireport。我创建了多选输入控件。我需要访问其 ID 以及报告中的名称。我怎样才能做到这一点?
I am working with jasperserver and ireport. I have created multiselect input control. I need to access its id as well as name in report. How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能。
该值作为相关参数的值(与输入控件名称完全相同的参数)传递。输入控件中使用的标签(如果有)不会传递到报表。这是您想要传递给报告的内容,然后您需要将其作为值的一部分传递。
You cannot.
The value gets passed as the value of the relevant parameter (the parameter with exactly the same name as the input control). The label used in the input control (if any) does not get passed to the report. It's it's something that you want to pass to the report then you need to pass it as part of the value.