Crystal Reports copy number

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

Hi,

I am using crystal reports for VS 2003. I wanted to have a field on
the report that would display which copy of report it was. So if the
user requests 3 copies of report (for example, using the print dialog
in the report viewer), the first copy will show a 1, the second copy a
2, and the third copy a 3. I can really only think of one way to do
this and that would be print the report 3 times (3 seperate print jobs)
and each time pass the report a parameter that is incremented. This
method seems very inefficient and efficiency is a concern. Does anyone
know of a better way?

Thanks,
Aaron
 
Back
Top