Multipage report
ActiveReports 2.0 (Visual Basic 6.0) Support
Multipage report
02-12-2010, 8:07 AM
Hello, I'm using AR2 with VB6. I need to create a report with many pages each of them is an invoice for different customer. Could you please give me some tips on how to do that?. Thank you very much.
Raul
Re: Multipage report
02-12-2010, 10:59 AM
Hello,
You will need to design the reports such that the controls of the detail section are bound to the information from the customer. Please refer to
this
help document that illustrates how to create reports bound to data sources.
Regards,
Prantik
Re: Multipage report
02-12-2010, 3:00 PM
Thanks Prantik. I´ve already do that. But I can create only one page. I need to create several pages (one for each invoice) in the same report. Thanks.Raul
Re: Multipage report
02-16-2010, 12:34 AM
Raul,
Are you trying to create the reports in such a way that each record is displayed in a new page? If so you may want to set the new page property of the detail section according to your needs. I have also created a small sample application to this effect. Please take a look.
I apologize if there has been any misunderstanding in understanding your requirement. Please provide a little more details of your exact requirements so that we may assist you better.
Regards,
Prantik