JasperReports - 拉伸报表带以适合一行中的所有列
我正在开发不会写在纸上的报告 - 只需将其导出为 xlsx 格式。
我能够将数据带的宽度设置为高数字,但我希望能够使该带水平拉伸以适合单行中一个结果行的所有单元格。我怎样才能做到这一点?
PS:我使用 iReport 构建 jrxml 文件,但我很乐意直接编辑 jrxml 文件。
I am developing report which is not going to be put on paper - just export it into xlsx format.
I have ability to set width of band with data to high number, but i would like to have ability to make this band stretch horizontally to fit all cells from one results row in single line. How I can do that?
PS: I am using iReport to build jrxml file, but I am comfortable with directly editing the jrxml file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用Dynamic Jasper。我认为这里的示例可能解决你的问题。如果您不想在应用程序中包含 DJ 代码,它可以为您创建 jrxml 文件。
Have you tried using Dynamic Jasper. I think the example here may solve your problem. It can create the you the jrxml file if you don't want to have the DJ code in your application.