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
sticontainer vs stipanel
sticontainer vs stipanel
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.
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.
sticontainer vs stipanel
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.
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.