Since creating reports is all about representing data, it is important to control the fit of the objects depending upon their height and width.
In FlexReports, any Section or Sub-section can be forced to split or not to split (keep together) between the pages by setting SplitBehavior property to SplitIfNeeded or KeepTogether. Similarly, the splitting of Fields and Borders is governed by SplitHorzBehavior and SplitVertBehavior properties.
The following code sets the SplitBehavior for a Section and a Sub-section: