This demo illustrates how to create a report with a layout consisting of controls with the non-fixed height.
To create a report with a layout consisting of controls with the non-fixed height, which depends on their contents populated at runtime, the Shrink and Grow feature of XtraReports is used. This feature is implemented via the XRControl.CanShrink and XRControl.CanGrow properties (note, that growing and shrinking is possible only for the XRLabel, XRTableCell and XRRichText controls).
The report created in this example represents a list of employees from the Northwind database and illustrates how to make a list of items of different height using the Shrink and Grow feature.