Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一份报告,其中有 4 个类似大小的表格。目前,我根据一个可以正常工作的表达式来控制每个表的可见性,但是当说最上面的表没有出现时,它会在我的报告顶部留下一个空白。有没有办法让报告重新定位任何可见的表格,使它们看起来整齐而没有间隙?
将表格放在 Rectangles 中,并将 Rectangles 的可见性设置为与表格相同。
确保所有 Rectangle 彼此完全相邻,并且每个表都位于 Rectangle 的顶部。
当一个 Rectangle 被隐藏时,它也应该隐藏 Rectangle 中的任何空白,即下一个 Rectangle(以及相关的表)将出现而没有间隙。