I've made a copy of an existing report to which I plan to make modifications. I had to change references on the dataset parameters to match the new project in Visual Studio.
After getting the new Visual Studio project to compile and deploy, when the new report is run from the new menu item, it displays one of the parameters from the report contract twice. The parameter is always set to True in the Data Provider processReport method, which causes incorrect filtering during processing.
I have looked at everything, and I don't see anywhere that the parameter is duplicated.
Has anyone run into this issue before? Any suggestions for a resolution?
*This post is locked for comments