Posted 2 December 2024, 5:14 pm EST
In ActiveReports 17, I have a report that contains a subreport. Both the report and subreport have a dataset set up to pull data into the report. The main report is pulling data in and displaying it, but the subreport won’t even call the stored procedure that’s set up for the Dataset. I have the parameters in the main report feeding the parameters in the subreport. The layout of the subreport displays (lines, text fields, etc). I’ve verified that the parameters for the stored procedure have data by displaying them on the subreport. I have the data fields that come from the Dataset in the subreport inside of a table so that multiple items will display, but nothing shows up. I’ve adding error tracking to the stored procedure to see if it’s even being called and it’s not. Any ideas what the issue could be?