Page 1 of 1

Report with multiple DataTables is it possible?

Posted: Mon Aug 16, 2010 7:04 am
by jpascual
hello,
I have a dataset with multiple DataTables. I want to load the dataset in a report, so that each datatable appears on a separate page of the report.
I need this to display a single report with multiple invoices.
How I can get it? Thanks

Report with multiple DataTables is it possible?

Posted: Tue Aug 17, 2010 1:34 am
by Alex K.
Hello,

Please see the sample in the attachment.

Thank you.

Report with multiple DataTables is it possible?

Posted: Tue Aug 17, 2010 1:45 am
by jpascual
Thanks for your help, I solved it at the end watching the demo example component with the report of bills.
Instead of various datatable, I used a single datatable rows with different grouping the report by the id of the invoice.
Thank you.

Report with multiple DataTables is it possible?

Posted: Tue Aug 17, 2010 4:37 am
by Alex K.
Hello,

Also, you can use GroupHeader with properties New Page Before set in true.
Please see the sample in the attachment.

Thank you.