The ReportTo property of the Text component is used to synchronously output the message to the two text components. Specify the message in the first text component. Then point the ReportTo property of this text component to the second text component that will continue to output the message. If there is not enough space in the first component to print the message, the message will continue to be printed in the second component. In the first component, we have to take into account that all visible vertical lines are printed. The second component continues to output messages from the end of the first component's message. In order for this function to work properly, you should know that you must create the first component before creating the second component. If you have some other component creation order, you can use the component order command.

The result can be seen in the picture below.

The ReportTo property allows you to work only with components that are on one level like bands.