sticontainer vs stipanel

Stimulsoft Reports.NET discussion
Post Reply
sw
Posts: 22
Joined: Fri Jan 26, 2007 10:26 pm

sticontainer vs stipanel

Post by sw »

Could you please provide some information on sticontainer vs stipanel? Is there any best practice on when to use which?

On my computer, I was not able to turn on StiContainer in the designer, but report designer from before using StiContainer still works.

thank you.

sw
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

sticontainer vs stipanel

Post by Brendan »

StiPanel is used for the Form Designer within a report. It acts as a wrapper around the standard winforms panel.

StiContainer is a component used on a page within a report. It behaves like a panel but is specific to report layout and gets rendered by the report engine.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

sticontainer vs stipanel

Post by Edward »

Hi,

In the latest versions the StiContainer component was replaced with StiPanel component.

StiPanel now can have rendered columns and also has a CanBreak property. This is the main differences from the StiContainer component from previous versions.

Also please see "Containers" category in the Demo.exe sample application.

Thank you.
Post Reply