Is it possible you have subreports in your report that have missing parameter links?
Try adding the following code statement and see if it shows any unforeseen parameters:
foreach (ParameterFieldDefinition parafld in wordReport.DataDefinition.ParameterFields)
{
}// set breakpoint and examine parafld