As an FYI, you can use Add>>Existing to import the .rpt file into your application if you want the VB class for the report. You can also just access the report file using the ReportDocument.Load(<filename>) method, which won't create the specific report class, but will load the report into a generic "ReportDocument" object.
-Dell