SSRS 2008: error message saying my parameter doesn't exist but it clearly does?

后端 未结 11 2133
北荒
北荒 2020-12-30 21:04

I have a report that has about 10 parameters and about 10 datasets and one datasource. I typed alot but I really need help so I figured I would try and provide as much info

11条回答
  •  庸人自扰
    2020-12-30 21:36

    I found in my situation that it was actually the parameters name casing was slightly changed and it was throwing this same error.

    I had to change the name to the correct casing, and then search in the code behind to anything that refers to that parameter and correct its casing. Deployed fine after that.

提交回复
热议问题