Hi @bubbles25 ,
The report contains invisible GroupHeader/GroupFooter sections that were left behind after using Undo. Although they don’t appear in the designer, they still exist and have a non-zero Height, which causes excess white space in the output. Set the Height of these hidden sections to 0, save the report, publish it, and the unwanted white space will be removed.
I’m sorry, you mention “Set the height of this hidden section” where I can see this?
I fixed this issue by opening the rpx file to notepad/visual code then find these footer section then finally set the height.
To adjust the Height, you must either:
-
Open the Sections Inspector (CTRL + ALT + SHIFT + F12), or
-
Edit the RPX XML directly — which is exactly what you did.
You opened the RPX file in Notepad/Visual Studio Code, located the invisible GroupFooter/GroupHeader nodes, and manually set their Height=0, which removes the extra white space. That is the correct fix when Designer doesn’t display the ghost sections.