Question

I have seen this solved many times in Section Reports, but I am looking for something similar to Subreports for page reports. My report needs to present multiple tables. I have attempted to solve this by creating a new page for each table, but only page one is being generated. Do I need to link the pages to the viewer in the code? Is this the proper way to use the page tabs?

Was it helpful?

Solution

Under ideal situations, one need not link each page to the viewer in the code. Once the pages are created, the same are displayed in the viewer without any issues.

As per my understanding of the issue, you wish to bind your report to multiple datasources and then show the data in various tables/dataregion/subreports. If this is the case, then the suggestion would be make use of CPL PageReport wherein you can bind it to multiple datasources.

You mat refer to this walkthrough illustrates how to create a report using a subreport.

Regards, Mohita

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top