SSRS 白色 Space / 空白页问题

SSRS White Space / Blank page Issue

我在 pdfs/printing 等地方出现空白页时遇到问题

原因好像是我报告的排版问题。

我有适合页面的固定宽度公司 header。然后我有一个主报告区域,其中包含跨页面分组的动态列数。

主报告的宽度约为。 4" 在设计屏幕上,在 6.5" 的右侧留下白色 space。我知道在列组展开后,SSRS 将尝试在它之后呈现 6.5" 的白色 space,因为这是我的 header(我无法更改)和我的主要数据区域之间的区别。

我理解这个问题,以及它为什么会发生,这些都有据可查。如果有人找到解决方法,我需要知道什么?我无法给管理层答案"Sorry, that's the way it is."

非常感谢。

报告ConsumeContainerWhiteSpace属性

Gets or sets a value that indicates whether all whitespace in containers, such as Body and Rectangle, should be consumed when contents grow instead of preserving the minimum white space between the contents and the container.

这可以通过单击报表主体、转到属性 (F4) 并将 ConsumeContainerWhiteSpace 设置为 True

来设置