Thanks
You could try putting your first page header inside a rectangle in the page header. You can set the visibility of the rectangle to the expression:
=(Globals!PageNumber <> 1)
If you have another header that you want to appear on other pages you could use a second rectangle with the visibility expression:
=(Globals!PageNumber = 1)
|||However if the header sizes are different then it's showing whitespace.
Is there any workaround to resize the page footer?
|||Hi
If your using a table report you can go to the table
properties and uncheck the combobox that says:
'Repeat row header on every page'
G
No comments:
Post a Comment