Wrapping data
If you use exact positioning for a personalized report and the Wrap Data property is set, data from data fields and labels can be printed on multiple lines at runtime. For details about this Wrap Data property for fields and labels, see these sections:
The Minimum lines property is used to reserve the space for these fields. The Maximum lines property allows the number of lines to be expanded dynamically.
If the value of the Maximum lines property is equal to the value of the Minimum lines property, the layout is printed unresized at runtime.
If the value of the Maximum lines property is greater than the value of the Minimum lines property, the height of a layout can be increased. Consequently, all data that is below the top position of the label data to be wrapped is shifted downwards.
Boxes that are placed around a field or label for which the Wrap Data property is set, are expanded vertically at runtime. Consequently, the box height increases based on the number of lines the labels/fields expand. This happens if the number of lines of data of the wrapped fields or labels is greater than the value of the Minimum Lines property. The maximum number of expandable lines for these fields/labels in a box is set to 10 lines. So when the field expands by 12 lines, the box only expands by 10 lines.