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.
Multiple data rows on same page row
Multiple data rows on same page row
Hello!
You can use CrossDataBand.
In latest builds you can place CrossDataBand directly on page.
Thank you.
You can use CrossDataBand.
In latest builds you can place CrossDataBand directly on page.
Thank you.
Multiple data rows on same page row
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.
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.
Multiple data rows on same page row
Narinder,
The way to do this is using the columns property on the databand.
The way to do this is using the columns property on the databand.