If I use the reporting engine in Java with a table that has a foreach that ends in a row that spans all columns, I get a java.lang.NullPointerException when trying to build the report. I feel like this should work. I can kind of work around the issue by adding a small second cell at the end of the row to end the foreach in but that isn’t ideal. I attached a simple Word document and Java code file that reproduces the issue.
report_engine_null_pointer_exception.zip (10.8 KB)