Export PDF with multiple copies

Stimulsoft Reports.NET discussion
Post Reply
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Export PDF with multiple copies

Post 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
Soft System srl
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Export PDF with multiple copies

Post by Lech Kulikowski »

Hello,

You can use foreach, for, while iteration statements.

Thank you.
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Re: Export PDF with multiple copies

Post 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.
Soft System srl
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Export PDF with multiple copies

Post by Max Shamanov »

Hello,

You are Welcome!
Post Reply