Grouping two data bands in the same group

Stimulsoft Reports.NET discussion
Post Reply
shmuly
Posts: 58
Joined: Wed Jul 05, 2006 2:19 pm

Grouping two data bands in the same group

Post by shmuly »

I have a table that contains address information for customers. I want to create a report grouped by last name. I want to list all the customers' addresses. Customers can have many addresses and this can (and does) flow over to additional pages. I separately want to list all the customers Street Names. When I print this, I want to print like this:

Customer Header (name, etc.)
Address 1
Address 2
Address 3
Address 4
Address 5
------ Page Break -----
Street Name 1
Street Name 2
Street Name 3
Street Name 4

I tried using the Collate property but each customer spans a different amount of pages.

How can I do this?
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Grouping two data bands in the same group

Post by Jan »

Hello,

You can place after first DataBand, second DataBand with same DataSource and output other fields from DataSource.

Thank you.
Post Reply