Is SSRS Subreport Linking Possible in Epicor SaaS/Cloud?

Hi Epicor community,

Working on a custom SSRS report in Epicor SaaS where I need to embed a PartOnHand BAQ report as a subreport within an Order Acknowledgement main report. Getting consistent path errors like:

/reports/CustomReports/OrderAck/OrderAck;reports/CustomReports/PartOnHandRpt3/PartOnHandRpt3

Specific questions:

  1. Is traditional SSRS subreport functionality supported in Epicor SaaS/Cloud environments at all? (No Report Builder/SSRS Manager access)
  2. What’s the correct Epicor SaaS workflow for “subreport-like” functionality - RDD multi-BAQ datasets only?
  3. Anyone successfully implemented dynamic BAQ data in subreports via SaaS? Workarounds for TableGuid parameter passing?

Context: On-prem works fine with separate subreport items and proper /reports/ paths, but SaaS Report Style analysis fails validation.

Epicor Version: SaaS Kinetic (2025.2.5)
Error: “The path of the item is not valid” during RDL status retrieval

Any guidance or confirmed limitations appreciated!

Thanks,
Kshitij Jadhav - ERP Developer

1 Like

You can’t list multiple reports like that.

  1. Copy the standard style to a new style
  2. Update RDD if needed (optional)
  3. Edit the rdl as needed. Embed any subreports you want the same way you normally would.
  4. Upload via report style to publish. That will create the subreport on the server

Do not explicitly reference the subreport anywhere in report style. The only reference is inside the rdl that you upload. Make sure your main rdl and your subreport rdl exist in the same subfolder. The subreport can only reference the same rdd as your main rdl.

4 Likes