RDLC VS2010 调整字体大小对应的文本框的高度
当我设计RDLC-Report并将文本框的FontSize更改为较小的值时,文本框的高度不会自动调整。如果我尝试手动调整高度,则很难找到合适的高度。
是否有一种简单的可能性来调整与字体大小相对应的高度(在设计器中)?
When I design a RDLC-Report and change the FontSize of a text-box to a smaller value, the height of the text-box is not adjusted automatically. If I try then to adjust the height manually, it's very difficult to find the right height.
Is there a simple possibility to adjust the height corresponding to the font size (in the designer)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
注意网格间距、报表+报表属性、常规选项卡、网格间距。默认设置为 0.125 英寸,4 点。启用“对齐网格”复选框后,只有 4 的倍数的字体大小才比较容易。例如,如果您尝试使用 10 磅(不是 4 的倍数)的字体,那么您将很难调整文本框的大小。
Pay attention to the grid spacing, Report + Report Properties, General tab, Grid spacing. The default setting is 0.125 inch, 4 points. With the "Snap to Grid" check box turned on, only font sizes that are a multiple of 4 are easy. If you try, say, a font of 10 points (not a multiple of 4) then you'll have a hard time sizing the text box.