Posted 8 December 2022, 11:13 am EST
AR 16.2.1.0
We have reports (RPX files) that can call other RPX files as subreports. It seems we have to load the assembly in each RPX before the next sub-report is run. I am just confirming that is the way it is designed to work.
Our program we load the System.Windows.Forms assembly, but that isn’t carrying over to every sub-report, so in the script of each report we have to add the load assembly to each sub-report.
Hopefully my explanation is enough.