将交叉表列中的数据居中
此图片显示了交叉表中的列的示例(我有两个列组 - 在本例为日期和状态)。日期应在 5 列中居中,并且我已将水平设置为居中。然而,它只是根据我在 iReport 中设置的大小将其居中。我尝试过调整各种设置,但无法将第一行居中。我正在使用 JasperReports 4.0.1。
This picture shows a sample of what my columns look like in my crosstab (I have two column groups - in this case a date and status). The date should be centered across the 5 columns and I have set the horizontal to be centered. However, it's only centering it based on the size I have set in iReport. I've tried adjusting the various settings but have been unable to center that first row. I'm using JasperReports 4.0.1.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道现在有点晚了,但这就是您的做法:
声明 columnGroup 元素时,将 headerPosition 属性设置为“Stretch”。例子:
问候,
达米安
I know it's a little late, but this is how yo do it:
when you declare the columnGroup element, set the headerPosition attribute to "Stretch". Example:
Regards,
Damian