I am running a report which is using a stored procedure at the back end. The report is displaying multiple tables on one page, pulling data from one SQL record. The total number of rows in the result set is 3000 and I want to display this result over 3000
pages. I need to print this report and therefore I need each result in a separate page. How do I achieve that?
↧