June 13, 2011 at 9:23 am
I understand how to use the page number expression. However, I'm creating a report where it allows the user to set the start page.
I figured I'd create a parameter called StartPageNumber. Then I would drop that parameter in the report foot and then do +1 or something like that.
Any assistance on how to go about this?
Thanks!
June 13, 2011 at 10:21 am
I solved my own question. This is what I did.
So I created a parameter called StartPageNumber.
In the report footer, I created an expression:
=Parameters!PageNumStart.Value + Globals!PageNumber - 1
This allow you to set your own page number and it increases by one as it should.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy