Skip to main content
Question

Subreport details not rendering

  • September 25, 2026
  • 2 replies
  • 10 views

Forum|alt.badge.img

Hi all, 

I have subreport in the header area that I can’t get to render. The subreport runs fine when I add it to the site menu and run it separately. I have an almost identical subreport running fine in a detail section (see below).

I even tried putting the second subreport in a detail section. 

Lastly, if I add a field to the subreport header or footer, those fields show up. Any thoughts? 

 

 

2 replies

valentynbeznosiuk
Jr Varsity III
Forum|alt.badge.img+4

Hi ​@jamest62 

Without the report and subreports themselves, it's hard to say what the root cause is, but most commonly it happens because the subreport returns no records. Since you've already confirmed it works on its own, as a next step I'd suggest checking whether the parameters are being passed properly. To do that, add those parameters to the same report section and see if they render values there. If that works, make sure you're passing them to the subreport correctly and that the subreport is actually using them. If none of that works, I'd try putting the report into a different section to see whether the behavior changes.

 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • September 25, 2026

Hi ​@jamest62 

Without the report and subreports themselves, it's hard to say what the root cause is, but most commonly it happens because the subreport returns no records. Since you've already confirmed it works on its own, as a next step I'd suggest checking whether the parameters are being passed properly. To do that, add those parameters to the same report section and see if they render values there. If that works, make sure you're passing them to the subreport correctly and that the subreport is actually using them. If none of that works, I'd try putting the report into a different section to see whether the behavior changes.

 

Hi ​@valentynbeznosiuk 

Thanks for the quick response.

Yes, I have verified the parameters are passing. Added them to the Foot section and they should on the main report.