Jaspersoft 报告插件,用于将树视图集成到输入框控件中
我是 jaspersoft 报告的新手。输入控制对话框中是否可以有动态树视图
I am new to jaspersoft reports .Is it possible to have dynamic tree view in the input control dialog box
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JasperReports Server 具有静态列表和动态列表(由查询填充)。它没有输入控件的树视图。
如果您问:“是否可以编写代码来实现树视图输入控件?”,那么答案是:“是的。只要有足够的自定义,一切皆有可能。”但这不会是一个微不足道的定制。
JasperReports Server has static lists and dynamic lists (populated by queries). It doesn't have a tree view for input controls.
If you are asking, "Is it possible to write code to implement a tree view input control?", then the answer is, "Yes. Anything is possible with enough customization." But it won't be a trivial customization.
树视图不是开箱即用的。但如果您愿意再次编写 JasperDesign 代码,这是可以完成的。实际上,我正在编写代码来生成右侧列的动态树视图。
Tree view is not out of the box. But it can be done if you are willing to code again the JasperDesign. Actually, I am writting the code to generate dynamic tree view with columns on the right.