Set Your Own Page Number

  • 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!

  • 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