Dynamic table in non Title band throws exceptions
I get a StackOverflowException "Cannot evaluate expression because the current thread is in a stack overflow state." and other exceptions in dynamic tables, clicking the preview button.
I have seen that they work fine if I put the table in the Report Title band, but regrettably I cannot use this band for design questions, also I cannot use its child band.
I need to use a child band of the Page Header band, but when I put the table in this band and I click Preview, I get StackOverflowException, and sometimes Windows frozen the application and closes it.
You can test it in your demo. Just modify the Table / Column DataSource example. Add a Page header band and move the table. Click Preview and the demo is frozen.
How can I put a dynamic table in a Page Header band?
Thank you
Comments
Objects that can split across pages (such as TableObject in its dynamic mode, or MatrixObject) cannot be placed in the PageHeader, ColumnHeader bands or its child bands. When printing such wide objects, FastReport generates a new page, which in turn prints the header band again, the wide object is printed again and so on.
I would need to print a header in each page. Is it possible?
Thanks
I would like to show a header in all pages, and after this header, the table.
This thread has converged to the same that the other thread, so we can ignore this one and continue in the other.
Thank you