Hello there,
as reporting services are not very agile with page header/footers (like word is with sections) I am doing some hiding/showing of items which are all stacked in the page header. Currently I do a simple expression for visibility
IIF(Globals!Pagenumber = 2, True, False)
As I have growing tables beginning on page two I do not know on which page subsequent elements are.
Is there any way I could address these elements? Like "IIF page contains ReportElement!Tablix123 visibility = true". I do have page breaks before and after different tables so maybe I could address these in some way? All I need is a different header for different pages.
moontear