Page 1 of 1
Print pages in sequence
Posted: Wed Aug 30, 2017 1:13 pm
by Leandro Borges
Hello.
In my report I have Page 1 and Page 2. Each page corresponds to one sheet. I want Page 1 to follow Page 2.
Example:
Page 1 (Sheet 1)
Page 2 (Sheet 2)
Page 1 (Sheet 3)
Page 2 (Sheet 4)
Page 1 (Sheet 5)
Page 2 (Sheet 6)
and so on
It is possible ?
Thank you.
Re: Print pages in sequence
Posted: Wed Aug 30, 2017 9:13 pm
by Alex K.
Hello,
Please try to use the Collate property of the report.
Thank you.
Re: Print pages in sequence
Posted: Wed Aug 30, 2017 10:21 pm
by Leandro Borges
Hello.
You can send me an example because I think it did not work.
Thank you.
Re: Print pages in sequence
Posted: Thu Aug 31, 2017 5:05 pm
by Alex K.
Hello,
Please send us your report with test data for analysis.
Thank you.
Re: Print pages in sequence
Posted: Thu Aug 31, 2017 9:50 pm
by Leandro Borges
Hello.
Here's an example.
Note that Page Two is printed five times and Page One is printed once.
The right way would be to print Page One each time Page Two prints.
How do I get Page One to print when Page Two is printed ?
Thank you.
Re: Print pages in sequence
Posted: Tue Sep 05, 2017 6:16 am
by Alex K.
Hello,
In this case, you should you implement it in your code.
After rendering report, merge and place rendered pages (report.RenderedPages) as you needed.
Thank you.
Re: Print pages in sequence
Posted: Fri Sep 08, 2017 7:29 pm
by Leandro Borges
Hello.
Sorted out.
I used a Subreport on page two to call page one.
Thank you.
Re: Print pages in sequence
Posted: Sat Sep 09, 2017 2:54 am
by Edward
Hi Leandro,
An interesting approach indeed.
Thank you for sharing this idea.
Edward