Report with multiple DataTables is it possible?

Stimulsoft Reports.WEB discussion
Post Reply
jpascual
Posts: 68
Joined: Mon Jul 12, 2010 6:45 am
Location: Palencia

Report with multiple DataTables is it possible?

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Report with multiple DataTables is it possible?

Post by Alex K. »

Hello,

Please see the sample in the attachment.

Thank you.
Attachments
550.Sample Report.mrt
(18.07 KiB) Downloaded 283 times
jpascual
Posts: 68
Joined: Mon Jul 12, 2010 6:45 am
Location: Palencia

Report with multiple DataTables is it possible?

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Report with multiple DataTables is it possible?

Post 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.
Attachments
551.Sample Report.mrt
(16.81 KiB) Downloaded 403 times
Post Reply