Copies

Stimulsoft Reports.WPF discussion
Post Reply
Niqu
Posts: 81
Joined: Wed Aug 08, 2012 9:08 am

Copies

Post by Niqu »

Hello,

I have another problem. I have report that has 2 page. I want to have on variables how many copies of this report I want to have.
I did something like

Code: Select all

FirstPage.NumberOfCopies = NumberOfCopies;
, where NubmerOfCopies it is variable. It works, but when I do preview I got:

Code: Select all

First page, copy 1
First page, copy 2
First page, copy 3
Second page, copy 1
Second page, copy 2
Second page, copy 3
but I want to have

Code: Select all

First page, copy 1
Second page, copy 1
First page, copy 2
Second page, copy 2
First page, copy 3
Second page, copy 3
You understand the problem?
I have some copies of first page, then some copies of second page, but I want to have some copies of first and second page.
Is it possible to achieve what I want? Maybe I have do something another than

Code: Select all

FirstPage.NumberOfCopies = NumberOfCopies;
, but what?

Thank you for help in advance.
Attachments
Report.mrt
(6.44 KiB) Downloaded 221 times
Niqu
Posts: 81
Joined: Wed Aug 08, 2012 9:08 am

Re: Copies

Post by Niqu »

Ok, I find solution. I change "Collate" in properties of report from 1 to 2 and it works correctly.
But thanks anyway, because you are very helpful.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Copies

Post by Alex K. »

Hello,

Let us know if you need any additional help.
Post Reply