0

I need to calculate the current page no. in Reporting Services 2005 inside a body to determine if the page is the first page in duplex print. I know we can retrieve this number in the header, but is there a possibility to calculate this inside the body itself?

Cheers, Steffen

Dennis Traub
  • 50,557
  • 7
  • 93
  • 108
forki23
  • 2,784
  • 1
  • 28
  • 42

2 Answers2

2

This question is probably a duplicate from this one.

Unfortunately the answer seems to be that you can't access the page number in the body of a report, so what you want isn't possible.

Community
  • 1
  • 1
Jeroen
  • 60,696
  • 40
  • 206
  • 339
1

As far as I know you can't access the global page number in the body. Maybe this thread in the SQL Server forum can help solving the issue: SSRS-Pagination on report body

Dennis Traub
  • 50,557
  • 7
  • 93
  • 108