Page 1 of 1

Number of copies

Posted: Wed Dec 27, 2017 12:39 am
by jpgb
Can i change the number of copies of the report before render?

there's a field in the report where i set this, but can i do it programmatically?

thanks
JB

Re: Number of copies

Posted: Wed Dec 27, 2017 12:33 pm
by HighAley
Hello.

You could change this property with next code:

Code: Select all

report.pages.getByIndex(0).numberOfCopies = 3;
Thank you.

Re: Number of copies

Posted: Wed Dec 27, 2017 9:51 pm
by jpgb
Thanks!
JB

Re: Number of copies

Posted: Thu Dec 28, 2017 8:44 am
by HighAley
Hello.

We are always glad to help you.
Let us know if you need our help.

Thank you.