如何防止 rdl 报告文件中出现多余的空白页?
在我的设计视图中,我的报告适合一页,但当我打印和导出文件时,它会创建显示页眉和页脚的额外空白页。我该如何解决这个问题?
In my design view my report fits to one page, but when I print and export the file it creates extra blank pages displaying the header and footer. How can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上次我遇到此问题时,是由于标头中的某个元素超出了页面宽度而引起的。
检查页眉/页脚,确保没有任何内容比页面宽度更宽,并检查是否没有任何元素延伸到左侧或右侧边距。
The last time I encountered this issue, it was caused by an element in the header which extended further than the page width.
Check your header/footer to make sure that nothing is wider than your page width and check that there are no elements which extend into the left or right margin.