We have a main report we’re generating & then if user chooses, it will generate a separate report for each invoice associated with that file. Each invoice needs their own header as it has different company/address information. We’re trying to figure out the fastest way to generate these reports. Currently using Documents.Pages.Add(page), but since it’s generating a new report for each page (to pass different parameters), it’s taking a long time. Any suggestions/ideas on a better way to approach this issue?
Thanks!