Forum Discussion
Report Builder not refreshing sub reports
Hey there!
Here's a couple solutions for you:
1. Ensure Report Caching is Disabled
Go to Report Manager (if using SSRS)
Navigate to Manage > Processing Options
Ensure that "Always run this report with the most recent data" is selected instead of cached options.
2. Verify Report Parameter Dependencies
If your main report is not passing parameters correctly, the subreport may not refresh.
Check if:
The subreport parameters are correctly mapped to the main report parameters.
The data source queries in the subreport correctly reference the updated parameters.
3. Check Report Processing Mode
If using SSRS, ensure the report processing mode is set to "Live Mode" and not "Snapshot Mode".
4. Delete and Reinsert the Subreport
Sometimes, the subreport reference gets "stuck."
Remove the subreport from the main report and reinsert it manually.
Hope this helps!
😁😁