Link to home
Start Free TrialLog in
Avatar of December2000
December2000

asked on

Continued on the next page in SSRS

Hi Experts,

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)",
"")
ASKER CERTIFIED SOLUTION
Avatar of ValentinoV
ValentinoV
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of December2000
December2000

ASKER

THANK YOU