Obvious bug in clsReportManagerNET.cls line 485:
Print #file, "<DT><I>"; param.getName; "</I></TD>"
should be
Print #file, "<DT><I>"; param.getName; "</I></DT>"
The bug is in the simple reporter too I think.