activeReport 中的文本重叠
使用文本框从 SQL 数据库获取数据。
如果文本足够长,它会重叠
底部的文本框和表格的线条不会调整。
with textbox taking data from an sql database.
if the text is long enough it overlap on
the bottom textbox and lines of the table don't adjust.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您应该将此文本框的“MultiLine property”设置为“false”。
I think that you should set "false" to "MultiLine property" of this textbox .