I want to create a Continued on the next page message in my ssrs report, however of course it should not appear on the first or last page, how do I write an expression to accomplish that? I place the code below in a textbox (in the footer and it doesnt work)
= IIF ( Globals!PageNumber.MaxValue < Globals!TotalPages.MinValue,"(Invoice Continued on Next Page)",
"")