How to get this layout

Stimulsoft Reports.NET discussion
Post Reply
amandus99
Posts: 25
Joined: Fri Oct 16, 2009 7:53 am

How to get this layout

Post by amandus99 »

Hi,
I have a template for a report.
in the first border there is a customer with a few properties, in the second border there could be a partner of the customer. In the third border there are all the children. Than there will be more borders with details in it.
The datasource is a xml file with persons for customer, partner or children and a list of the further properties.
I've tried to solve this with panels and in these panels there are shapes with rounded rectangles. In the panel there is a databand that defines the person an in this databand there are many textfields for the data. for the customer and his partner it works, but not for the children. Because not ever child should have his own border. All of them should be in the same. Am I right with the panels for this solution or is there a better way to do it?
Another problem: Is it possible to set a margin between 2 panels?

thank you!
Attachments
251.Report_Forum.png
251.Report_Forum.png (149.39 KiB) Viewed 1049 times
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to get this layout

Post by Edward »

Hi

Yes, this is possible. You can use a Rounded Rectangle component for this.
That component is intended to placed within one band or it can start on one band and end on another band, so if CanGrow of the Band is set in true, or there are several bands in between, then Rounded Rectangle will cover them all.

Thank you.
amandus99
Posts: 25
Joined: Fri Oct 16, 2009 7:53 am

How to get this layout

Post by amandus99 »

Hi,

with rounded rectangles it works, but how to get the headline into the border of the rectangle showed in the attachment
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How to get this layout

Post by Edward »

Hi

Sorry, that is not possible.

Thank you.
Post Reply