Hi,
I control the visibility of the footer of my SSRS report using the following statement:
iif(Globals!PageNumber = Globals!TotalPages, false, true)
which works just fine. But, for the pages where footer is set hidden, a blank space appears in the output.
I want to suppress that space and utilize it.
Does anyone know how to achieve that?
Regards,
Abhinay
*This post is locked for comments
I have the same question (0)