Reprint data from subreport on newpage
I have main report with three columns. The report has masterdata band and two detaildata bands. The masterdata is connected to a dataset. The first detaildata is not but the second is.
The first detaildata band contains two subreports. Each subreport has two columns and each has masterdata band. The masterdata in each subreport is connected to separate dataset.
I would like to reprint the first detaildata band on every page. I tried to call engine.showband(detailband1) after newpage but only first record of the detaildata is printed on new pages. How do I go about printing all the records in detailband. Please help.
Thanks
The first detaildata band contains two subreports. Each subreport has two columns and each has masterdata band. The masterdata in each subreport is connected to separate dataset.
I would like to reprint the first detaildata band on every page. I tried to call engine.showband(detailband1) after newpage but only first record of the detaildata is printed on new pages. How do I go about printing all the records in detailband. Please help.
Thanks