Hi All,
I have a simple database with 12 records. I have also set the number of records per page as 2. However, only a single HTML page is produced which contains all the records, but with page breaks every two records.
Is there any way that I can implement BIRT viewer like functionality where you can navigate each page? Is there any way to tell the ReportEngine API to emit a particular page? I saw that the findTOC API of the IReportDocument can be used to do this, but the list of children the root node obtained thru this API is empty. Is there anything that i need to do at design time to enable this functionality?
Thanks in advance