Multiple data rows on same page row

Stimulsoft Reports.NET discussion
Post Reply
ngaheer
Posts: 44
Joined: Sat Jul 22, 2006 1:12 am
Location: San Jose

Multiple data rows on same page row

Post by ngaheer »

I have a single data band which has four columns. I want to layout my band in such a way that 3 rows of the data source print on each page row. Here is a brief view of what it needs to look like. Name, address1,address2 and city are four columns of the data source: -


John Smith John Doe Kevin Lee
Address 1 Address1 Address1
Address 2 Address2 Address2
City City City

I know it will be pretty simple to do but I am still learning this great tool.

Narinder.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Multiple data rows on same page row

Post by Vital »

Hello!

You can use CrossDataBand.
In latest builds you can place CrossDataBand directly on page.

Thank you.
ngaheer
Posts: 44
Joined: Sat Jul 22, 2006 1:12 am
Location: San Jose

Multiple data rows on same page row

Post by ngaheer »

Thanks for the tip.

Is there some documentation on how to use a cross data band. In the example I gave above, address1,2 and city is coming from a child data band.

Narinder.
shmuly
Posts: 58
Joined: Wed Jul 05, 2006 2:19 pm

Multiple data rows on same page row

Post by shmuly »

Narinder,

The way to do this is using the columns property on the databand.
Post Reply