Print pages in sequence
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Print pages in sequence
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.
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
Hello,
Please try to use the Collate property of the report.
Thank you.
Please try to use the Collate property of the report.
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Print pages in sequence
Hello.
You can send me an example because I think it did not work.
Thank you.
You can send me an example because I think it did not work.
Thank you.
Re: Print pages in sequence
Hello,
Please send us your report with test data for analysis.
Thank you.
Please send us your report with test data for analysis.
Thank you.
- Attachments
-
- Capture.PNG (63.22 KiB) Viewed 3683 times
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Print pages in sequence
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.
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.
- Attachments
-
- Page_Sequence.mrt
- (6.13 KiB) Downloaded 417 times
Re: Print pages in sequence
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.
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.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Print pages in sequence
Hello.
Sorted out.
I used a Subreport on page two to call page one.
Thank you.
Sorted out.
I used a Subreport on page two to call page one.
Thank you.
Re: Print pages in sequence
Hi Leandro,
An interesting approach indeed.
Thank you for sharing this idea.
Edward
An interesting approach indeed.
Thank you for sharing this idea.
Edward