How can i make 2 pages come after each other....

Stimulsoft Reports.NET discussion
Post Reply
hamed
Posts: 3
Joined: Wed Oct 17, 2007 3:09 pm

How can i make 2 pages come after each other....

Post by hamed »

Hi,

I should make invoice for our customer and their invoice has two pages.
we should make that the 2 pages comes after each other but when I made 2 pages in a report... first print all of page 1 and then print all of page 2.

How can i resolve this challenge, please?
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

How can i make 2 pages come after each other....

Post by Brendan »

Can you describe what is on each page generally?

One approach is to set the LargeHeight property to true for your report page. Place all your bands for the first page onto the page and then place all the bands for your second page below this. If the 2nd page has a title or header you can set the "StartNewPage" property to true for this headerband. It really depends on the layout of your invoice but you would set this property for one of the bands that is to appear on the 2nd page.

If the template is for batch invoice of multiple customers then you would have a groupheaderband on the first page as well to group by Customer ID or Code and set the StartNewPage = true property also.
hamed
Posts: 3
Joined: Wed Oct 17, 2007 3:09 pm

How can i make 2 pages come after each other....

Post by hamed »

.... I make 2 pages... in page 1 i have only databand and i insert into that all text that the customer need to know and one table(subreport) that explain shows account status... in page 2 i insert a databand too and insert all the text like address and name and so on and then a subreport that explain the account details.

i test largehigh and insert both of databands in page1 but the problem didnt resolved... and still the print result is like this... page1 page1 page1 ... and then page2 page2 page2... but i like have this: page1 page2 page1 page2 page1 page2...

thank you
Guest
Posts: 182
Joined: Tue Jun 06, 2006 8:04 am

How can i make 2 pages come after each other....

Post by Guest »

For your issue you should use the Collate property of the report. Set the Collate to "2" and you will get that result what you want.

Thank you.
Post Reply