Does anyone know a way to set a Page Header to invisible base on the contents of a text box? ie. I want to eliminate the Page Header white space if no data shows there.
As far as I know there is no chance to manage page header visibility, you can only define if the textboxes included in it are hidden or not, which means that the blank space will be kept anyway.
If you need to avoid you should use a table header/group header with "Repeat header rows on every page" = True and properly evaluate Hidden property of the line.
Comments
If you need to avoid you should use a table header/group header with "Repeat header rows on every page" = True and properly evaluate Hidden property of the line.