0

My customer wants an ActiveReports report to be printed twice as original and copy. Is it possible to do this programmatically or I need to create that report copy and include it as subreport?

Cheers, Ray

Ray
  • 582
  • 1
  • 7
  • 15

1 Answers1

2

set the copies in code to 2 and your customer should get what he wants. here is a link

  • 1
    Thank you! :) ActiveReports is quite well documented, but I always have some difficulties with finding what I am looking for... :\ – Ray Jun 09 '11 at 11:47