PHPJasper / phpjasper

A PHP report generator
MIT License
468 stars 162 forks source link

TextField MultiLine #274

Open hunterbit opened 3 years ago

hunterbit commented 3 years ago

In my report I have a text field which is multiline. If I pass a single-line field everything is fine. If, on the other hand, I pass a field with several rows, the report returns that field NULL and all the other filed that are after it are not set. what am I wrong? or is it a bug?

image

image