Announcements
Hello:
I'm not a SSRS report writer but I have a task to build a new D365 report.
I have created contract, UIBuilder, and RDP classes to support this report. Within my contract class, I started with 5 report parameters which were working fine. When I added a 6th parameter, the project was compiling without error, but when I attempted to deploy the report I would get an error indicating that the number of parameters did not match the number of 'cells' (or something like that). Apologies I didn't take down the exact error.
I checked the RDL file and realized the <ReportParameters...> node did not contain the new parameter I just added. After commenting out the new parameter, the report would deploy without issue. I don't see any issues in the code, and I added a different parameter to test, but ended up getting the same error at report deployment.
I was curious if there was a setting related to SSRS which limits the number of parameters? Any feedback would be appreciated.
Thank you.
Hello,
You can check the old/ extra parameter in parameter node. Additionally, you can also try to delete ReportParameterLayout tag of extra parameter from XML File to remove parameter issue.
If still not successful, you can try to rebuild the model before trying to redeploy the report.
I hope this will help.
André Arnaud de Cal...
294,161
Super User 2025 Season 1
Martin Dráb
232,942
Most Valuable Professional
nmaenpaa
101,158
Moderator