I'm working on chapter16.2 and I'm confused. I made all of the mods to my code and it's working fine, the only problem is that I'm getting prompted for the employee.position parameter twice. The first time it gives me the default values that I entered when I created the parameter, then I get prompted again with the parameters that I created programatically. The report uses the parameter that I select the second time and it displays just fine. I tried removing the parameter from the report, but then the code wouldn't compile because it references the parameter when it creates the ParameterFieldDefinition variable. I must have missed something.
How do I get the program to stop prompting me the first time?