I need a report with three sections. For each record, a header (section 1 with one column), some data (section 2 with two columns) and a footer (section 3 with one column) must be generated. But in reality, only section 2 is generated, and sections 1 and 3 are skipped. Could this be a bug in relatorio?
P.S. Below is a sample template structure:
for each="r in records"
r.header
Section 1 with one column.
Section 2 with two columns.
r.footer
Section 3 with one column.
/for
I am using sections and columns within sections. There are small tables in section 2, but the columns are not in the table, but in the section. I did one column in section 2 and got the same result. Only section 2 was rendered, sections 1 and 3 were skipped.
I’m pretty sure sections are stored as style on the paragraph so you must be sure that they are not set on a statement paragraph because they are removed.