We are in the process of converting our Crystal Reports to SSRS. We have come across a report in Crystal that has 4 page headers. However, the page headers are only displayed on certain conditions. So we made use of the visibility property based on the conditions passed to it. That works. The problem is because there are various fields, either visible or not, the header is statically one size. This creates a lot of white space when printing the actual report. I have also tried creating a tablix in the body and conditionally displaying rows, however, one of the conditions we check is page number which cannot be used in the body of an ssrs report. So I'm leaning towards putting the header info back in the header but I am not sure how to eliminate the white space.
Let me know what you think my best course of action is.
Thanks in advance