I have used Crystal Reports in VS.NET 2002/2003, but I am having a terrible time with 2005.

The way I used to make (simple) reports was:

ReportDocument report = new Report1();

Where Report1() was a report file added to the project.

Then I just set the report source of the view to the report document and yadda yadda.

However, in 2005 that is obviously not the way it's done. I have searched on the Business Objects website, forums, google, etc. I can't seem to find any updated information on how to do this.

Everywhere that seems to look like 2005 requires you to actually load a .rpt file from the disk. Is this the only way to do it, and if that's the case, what's the purpose of having a Report item to add to a project? Thanks.