Dynamic reportfield.height

There is a way to have the height of the field control in a report expand dynamically to fit the content extracted from a database?

The data can be a text line or many lines of text.

There’s a feedback report on this, you might want to throw some points at it: <https://xojo.com/issue/12426>

Anyway, the built-in report engine is suitable for very basic applications, don’t expect it to be very helpful for more complex projects.

With the report of Xojo you can not do. But you can do something if you increase the height of the event “BeforePrinting” of ReportField?