在SSRS中隐藏空的子报表空间

时间:2016-10-27 11:28:42

标签: reporting-services ssrs-2014

如何在SSRS中抑制子报表的空白空间。我将Main tablix数据作为参数传递给子报告。

当前结果:

enter image description here

预期结果: 因此它有空的子报表,然后它不应该显示,子报表3应该与子报表1边界合并。

enter image description here

1 个答案:

答案 0 :(得分:1)

您可以尝试在主Tablix详细信息行中插入另一个Tablix(3个标题行用于3个子报告)。 然后,根据您的条件设置内部Tablix行的visibility属性。

enter image description here