I have referred to the ReportBook (Q2 2011), that it can be done by
My version is 2009 Q3. How can I do this?
I have mutliple reports which are added to a report book.
For instace,
Report A: total pages: 3
Report B: total pages: 2
Report C: total page: 1
I want to show like this:
Report A: page 1 of 3
Report B: page 1 of 2
Report C: page 1 of 1
ie. the report will reset the page count.
If it cannot be achieved with my version, then may I ask how to :
add "Continue" at Report A, page 1 and 2, then Total Page: 3
add "Continue" at Report B, page 1, then Total Page: 2
add "Continue" at Report C, Total Page: 1
Thanks.
reportBook.Reports(2).PageNumberingStyle = PageNumberingStyle.ResetNumberingAndCount
My version is 2009 Q3. How can I do this?
I have mutliple reports which are added to a report book.
For instace,
Report A: total pages: 3
Report B: total pages: 2
Report C: total page: 1
I want to show like this:
Report A: page 1 of 3
Report B: page 1 of 2
Report C: page 1 of 1
ie. the report will reset the page count.
If it cannot be achieved with my version, then may I ask how to :
add "Continue" at Report A, page 1 and 2, then Total Page: 3
add "Continue" at Report B, page 1, then Total Page: 2
add "Continue" at Report C, Total Page: 1
Thanks.