将 JTextArea 设置为 jasper 报表
目前我正在开发一个报告模块。在那里我们使用 jasper reporting 来显示报告。我使用 IReport 软件来创建报表设计。我想知道是否可以将可滚动 JtextArea 设置为 jasper 报告。问题是我有一个大文件,我想在最终的 jasper 报告中显示该文件的内容。 谢谢你,
努万
Currently I am working on a reporting module. There we use jasper reporting to display report. I use IReport software to create the report design. I want to know whether i can set a Scroll-able JtextArea to a jasper report. The problem is that I have a large file and I want to show the content of that file in the final jasper report.
Thank You
Nuwan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试检查“详细信息溢出时打印”和“溢出时拉伸”属性。这将扩展相关字段以适合您尝试放入其中的所有数据。
You could try checking the Print When Details Overflows and Stretch With Overflow properties. This will expand the fields in question to fit all the data you are trying to put in them.
如果 Jaspersoft iReport Designer 不直接支持,您也许可以利用
JTable
打印支持。If it's not supported directly in Jaspersoft iReport Designer, you may be able to leverage the
JTable
printing support.