Page 1 of 1

Copies

Posted: Fri Jul 19, 2013 10:47 am
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.

Re: Copies

Posted: Fri Jul 19, 2013 10:51 am
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.

Re: Copies

Posted: Fri Jul 19, 2013 11:57 am
by Alex K.
Hello,

Let us know if you need any additional help.