Page 1 of 1

generate multiple pages for a list of objects

Posted: Tue Jun 04, 2013 3:37 pm
by dwang
Say I have a list of user objects, and the report template is aiming for one user object which can simple print out only the first name and last name. As for the list of user objects, currently how it works is it will generate one report per user object, and will be opened in different tabs in WPF.

What I would like is to have one report with multiple pages, one page per user object. In that way, I only have one tab with a consolidated report.

Is there any way to achieve that?

Thanks!

Re: generate multiple pages for a list of objects

Posted: Wed Jun 05, 2013 4:54 pm
by dwang
My coworker suggested that I make the DataBand takes the whole page. It actually works with simple 1 tier data. i.e. output First Name, Last Name for user. But let's say the User object contains a list of Address object. It messed up the report template when I tried to add the DataBand for Address into the DataBand for User.

Any suggestion would be appreciated.

Thanks!

Re: generate multiple pages for a list of objects

Posted: Wed Jun 05, 2013 6:44 pm
by dwang
Ok. Problem solved. Did master-detail with subReport for the 2nd tier. All good now.

Re: generate multiple pages for a list of objects

Posted: Fri Jun 07, 2013 7:09 am
by HighAley
Hello.

It's a right solution.
Let us know if you will have any problems with our produce.

Thank you.