Managing page numbers and conditional include of an empty page

Stimulsoft Reports.NET discussion
Post Reply
Kenneth Jonsson
Posts: 9
Joined: Wed Jun 13, 2007 7:20 am
Location: Sweden

Managing page numbers and conditional include of an empty page

Post by Kenneth Jonsson »

I have a large report where each section is rendered to two pages. The user wishes that the first page is printed on an even page - that is a left page when printing the report, and the second page is then printed to an even page - a right page when printing. Since the report begins with a table of contents that could be several pages, the first section page could be on odd or even page depending on the size of the table of contents.

Question1: I see no way to conditionally produce an empty page between the table of contents and the section data, to push the first section page to an even page number. Perhaps you knoew of a way?

Question2: How should I define the report to make the first section page having a page number of one? Table of contents pages should not have any page numbers and should not increment page numbers. Is it possible?

Regards,
Kenneth Jonsson / Signifikant
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

Managing page numbers and conditional include of an empty page

Post by Guest »

1. You can use three pages in the Designer. The first page is the page of the section data. The second page is the empty page. The third page is the page of the table of contents.

2. Set the "Reset Page Number" property of the third page to "True"

Thank you.
Post Reply