Split a table
I have a table object with 80 rows and height 40 cm. It does not fit in one page, FR only shows the first page and cuts the table at end of page.
I would like that FR splits the table at end of page and then continues in the next page. How can I do it?
The rows are not extracted from a database, they are manually defined. Also, the table object is in a child band. Maybe I am doing something wrong.
Thank you
I would like that FR splits the table at end of page and then continues in the next page. How can I do it?
The rows are not extracted from a database, they are manually defined. Also, the table object is in a child band. Maybe I am doing something wrong.
Thank you
Comments
The report is dynamic in the X axis, each column is a period of time (a record of the dataset) and I fill the columns from the ManualBuild event.
The Y axis is not dynamic. Each row is a field of the database table. I have 80 fields to show. Is there a way to split the rows in pages or it is not supported?
Thanks
The problem is that I need to use a Page Header band, or a child of Page Header, but I cannot use the Report Title band.
Is there a way?
Thank you
What I need is to print a header in each page (title, license name, date, # page, ...). Then I would like to show the table across the pages, but as I have said, showing also the headers in all pages.
Since I need to put the table in the report title band, is there a way or trick to show both (a header in all pages and the table) ?
Thank you