I don't believe that the problem is a lack of supporting code. It's more likely that the code in ReportForm.cs or ReportForm.designer.cs is not parsable by the WinForms designer class. You can verify this by deleting all of your code and type in something very simple and reload the designer.
Example:
public class ReportForm(){
public ReportForm(){}
}
JaredPar
2009-02-06 05:30:13