generate multiple pages for a list of objects

Stimulsoft Reports.WPF discussion
Post Reply
dwang
Posts: 12
Joined: Tue Apr 16, 2013 8:06 pm

generate multiple pages for a list of objects

Post 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!
dwang
Posts: 12
Joined: Tue Apr 16, 2013 8:06 pm

Re: generate multiple pages for a list of objects

Post 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!
dwang
Posts: 12
Joined: Tue Apr 16, 2013 8:06 pm

Re: generate multiple pages for a list of objects

Post by dwang »

Ok. Problem solved. Did master-detail with subReport for the 2nd tier. All good now.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: generate multiple pages for a list of objects

Post by HighAley »

Hello.

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

Thank you.
Post Reply