Help with organizing containers

Stimulsoft Reports.NET discussion
Post Reply
Jennypi
Posts: 361
Joined: Mon Nov 17, 2008 7:13 am
Location: France

Help with organizing containers

Post by Jennypi »

Hello,

Could you please help me with the organization of the containers in my report?

As you can see with dataset example (2 files needed), containers overlap, I don't know how to fix it.

Thank you!
Attachments
data_niag.csv
(4.12 KiB) Downloaded 145 times
data.csv
(3.77 KiB) Downloaded 156 times
Systematic observations during culture.mrt
(123.26 KiB) Downloaded 153 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Help with organizing containers

Post by Alex K. »

Hello,

You need make the following changes:
- set the EngineVersion property for the report to EngineV2
- use Panel component instead Container
- set the CanBreak property for the Panel to true

Please see the modified report in the attachment.

Thank you.
Attachments
Capture.PNG
Capture.PNG (32.4 KiB) Viewed 1019 times
Systematic observations during culture_modified.mrt
(119.42 KiB) Downloaded 153 times
Jennypi
Posts: 361
Joined: Mon Nov 17, 2008 7:13 am
Location: France

Re: Help with organizing containers

Post by Jennypi »

Thanks a lot for your help!
It seems indeed to work better :)
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Help with organizing containers

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.
Post Reply