Hi there.
I wanted to ask if there is any way to disable header and footer space reservation?
P.S. When an element is hidden on every page but shown on the last i want to remove the blank space.
Hi there.
I wanted to ask if there is any way to disable header and footer space reservation?
P.S. When an element is hidden on every page but shown on the last i want to remove the blank space.
Try to Set ConsumeContainerWhiteSpace report property to True in visual studio .
But i think there is no such resolution to use the blank spaces after hiding report controls.
Unfortunately this is not working. Whit ConsumeContainerWhiteSpace set to “True”, and if I put a textbox in the footer the space for the footer is not resizing on the first page of a 2 pages report. Consider that i write the following expression for that textbox : IIF(Globals!PageNumber = Globals!TotalPages, false, true). Can you throw some other solution
Thanks so much in advance.