使用 DynamicJasper 创建报告时丢失数据

发布于 2024-10-01 06:48:45 字数 293 浏览 6 评论 0原文

有人在使用dynamicJasper时遇到过单词丢失的问题吗? 有关问题的更多详细信息是这样的: 假设在某些字段中我想打印出相当大的字符串:“HOUSE NUMBER”,

因此如果该列的宽度设置为 30,则打印效果很好,

如果设置为 20,则仅打印出 HOUSE

如果将其设置为 15,则两个单词都会打印,但会打印在两行中,这也很好。

我不知道如何避免这个问题,如果某个列中有许多不同的“字符串”,并且无论设置什么宽度,总会缺少一些东西。

感谢您的帮助

has anyone had problems with words missing when using dynamicJasper?
More detail on problem is this:
Let say that in certain field i want to print out rather large String: "HOUSE NUMBER"

so if width for that column is set to 30, it is printed out fine,

if it is set to 20 only HOUSE is printed out and

if it is set to 15 both words are printed, but in two rows, which is also fine.

I don't know how can i avoid this problem, if there are many different "Strings" in certain column and no matter what width is set, there is always something missing.

Thanks for help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放我走吧 2024-10-08 06:48:45

您是否尝试将 isStretchWithOverFlow(boolean) 设置为 true ?

Did you try setting isStretchWithOverFlow(boolean) as true?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文