Hi everyone
I've added a new boolean parameter to an existing SSRS report, but when I run the report, the parameter's value isn't recognized at all. ie. The report doesn't react to the value of the parameter, and when I create a text box on the report that outputs the value of the parameter, it's always null. What am I doing wrong or missing?
The steps I took are:
- Duplicated the report
- Created an extension of the contract class and added the parameter there
- Created an extension of the UIBuilder class and handled certain events of the new parameter there. This code works. When I open the initial dialog of the report, everything works properly.
- I refreshed the datasource on the report. Doing this did NOT automatically pull the new parameter on to the report. No matter what I do, I can't get the report to pull the new parameter onto the report automatically. So I created this parameter manually, and gave it the same name as it's name attribute in the contract class. I also set the allow blank and nullable properties to true.
- I've compiled, done model compiles, report deployments, report server restarts a million times, but I can't get this parameter to pull through. It is always nullable.
Any ideas?
Thanks