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!
generate multiple pages for a list of objects
Re: generate multiple pages for a list of objects
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!
Any suggestion would be appreciated.
Thanks!
Re: generate multiple pages for a list of objects
Ok. Problem solved. Did master-detail with subReport for the 2nd tier. All good now.
Re: generate multiple pages for a list of objects
Hello.
It's a right solution.
Let us know if you will have any problems with our produce.
Thank you.
It's a right solution.
Let us know if you will have any problems with our produce.
Thank you.