Page 1 of 1
I have a problem in report with table
Posted: Sun Feb 19, 2023 9:28 pm
by ammarko
I have a report with multi pages every page contain multi table, when export report to word all tables merge into one table, which makes it difficult to coordinate, How can separated the tables and each table is separate
Re: I have a problem in report with table
Posted: Tue Feb 21, 2023 9:54 am
by Lech Kulikowski
Hello,
It is possible to export separate pages of a template to separate sections of the document with the headers/footers.
To do this, use the ExcelSheet property. In this case, all pages of a report with the same value of the ExcelSheet property are combined in groups, then each group is exported as a separate section of the document with its headers/footers.
By default, this property is not filled, and the report is exported as a single partition.
But it will work for Tables on different pages.
Thank you.