Page 1 of 1

Export PDF with multiple copies

Posted: Wed Mar 13, 2024 11:41 am
by r.bianco
Hello, I would like to know which setting should I set from C# code to make the engine render multiple times the same report, just like setting the "page -> number of copies" property on the designer.
I didn't find the right one or maybe I called the functions in the wrong order.

We use StiReport.ExportDocument() to get a PDF file

Thank you

Re: Export PDF with multiple copies

Posted: Thu Mar 14, 2024 10:47 am
by Lech Kulikowski
Hello,

You can use foreach, for, while iteration statements.

Thank you.

Re: Export PDF with multiple copies

Posted: Fri Mar 15, 2024 10:11 am
by r.bianco
Thank you, I already tried that way and it worked, I asked to be sure if there isn't a better way by just setting a single value in a property.

Re: Export PDF with multiple copies

Posted: Fri Mar 15, 2024 2:02 pm
by Max Shamanov
Hello,

You are Welcome!