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.