If I have a simple tabular report in which all data is contained in a table object, where should the table object exist in the report template? At run-time I am binding my business object to the table itself.
When I place the table in the detail section, there are two pages in the web viewer. The first page has the report header and the second page has the full table of data (not paginated). If I place the table object in any of the other sections, I get a similar effect. However, in every case the printed report is paginated correctly.
I believe that the answer is to place the table object in the detail section and bind the business object to the report itself but in this case the table cannot contain a header row or it will be repeated for every row. In this case I can remove the header row and place the separate table header in the page header section but then you run into a problem synchronizing the column widths between the detail row and header row.
Is there a technique that I am missing? What is the proper method?
Thanks,
Dave
When I place the table in the detail section, there are two pages in the web viewer. The first page has the report header and the second page has the full table of data (not paginated). If I place the table object in any of the other sections, I get a similar effect. However, in every case the printed report is paginated correctly.
I believe that the answer is to place the table object in the detail section and bind the business object to the report itself but in this case the table cannot contain a header row or it will be repeated for every row. In this case I can remove the header row and place the separate table header in the page header section but then you run into a problem synchronizing the column widths between the detail row and header row.
Is there a technique that I am missing? What is the proper method?
Thanks,
Dave