I am trying to print a batch of three invoices using the version of Crystal Reports that is bundled with Visual Studio .Net 2003. Each invoice will be printed on a separate sheet of 8.5" x 11" paper.
When the invoice I created is viewed in the report viewer, it shows all three invoices (all 3 records in the database).
Executing the following procedure results in printing the content of all three invoices on a single page:
Dim rep As New rep1
rep.PrintToPrinter(1, False, 0, 0)
What am I doing wrong?
Thanks,
Mark
When the invoice I created is viewed in the report viewer, it shows all three invoices (all 3 records in the database).
Executing the following procedure results in printing the content of all three invoices on a single page:
Dim rep As New rep1
rep.PrintToPrinter(1, False, 0, 0)
What am I doing wrong?
Thanks,
Mark