Crystal Reports / VS'08 - 设计,元素浮动到顶部
我正在尝试通过 VS08/Crystal Reports 编辑一些 .RPT 文件。
问题是,如果我创建新元素或删除/移动现有元素,下面的文本(在新部分内)会浮动到我创建的元素(或上方)。
如何创建具有绝对“最高值”的元素?
除此之外,如果在野外某个地方有任何 Crystal 的设计要点教程,一个链接会很好:-)
谢谢。
I'm trying to edit some .RPT files via VS08/Crystal Reports.
Problem is, if i create new elements or delete/move existing elements, the text below (within a new section) floats up to (or above) the element i created.
How do i create elements with an absolute "top-value"?
Other than that, if there are there any design-essentials-tutorials for Crystal somewhere in the wild, a link would be nice :-)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将部分的 UnderlaySection 属性设置为 false 解决了我的(一些)问题,并且应该是那些在这个问题上遇到困难的人的解决方案。
仍然感谢一些好的教程链接。
Setting the UnderlaySection Property of the Section to false solved (some of) my problem(s) and should be the solution for those stumbling on this Question..
Would still be thankful for some good tutorial links..