在 Tablix 中分页后创建边距
我正在制作一份带有封面的报告。因此正文没有边距,整页都可用。 该报告也没有页眉或页脚,因为封面必须覆盖整个页面。 对于 Tablix,我设置了一行带有空文本框的行,以获取页面边框和 Tablix 之间的空白。但是,如果 Tablix 获取的数据过多而 1 个站点不够,则数据将到达页面的最边缘并从新页面的最顶部开始。
如何在这些点处输入空格以使数据不在页面边缘?
Im working on a Report with a coverpage. So the body has no margins and the full page is useable.
The report also has no Headers or footers because the coverpage must cover the whole page.
For tablix i set a row with empty textboxes to get white space between the page border and the tablix. But if a tablix gets so much data that 1 site is not enough, the data will go to the very edge of the page and start at the very top of the new page.
How can i enter space at these points so data isnt at the edge of the page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法找到适用于这种情况的方法。
因此,后端开发人员要求我将两个报告分为封面和可视数据区域。这样我就可以有页脚,而我的同事只需在需要时将两个报告合并在一起即可。
I was unable to find a method that worked in this case.
So the BackEnd dev requested for me to split the two reports into the Coverpage and visual data area. That way i can have footers and my colleague simply merges both reports back together when its being requested.