There are couple of ways of loading a report and from your code it is not clear which you are trying. If you are trying to load a report from a folder, then you need to specify the folder and in your code it looks to me like you are missing the path to the report(?). E.g.;
report.Load("C:\\my_reports\\CrystalReportTest.rpt");
You may want to see the sample app vbnet_win_simplepreviewreport.zip. It can be downloaded from here:
Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
and while the sample is in VB, translating it to C# should be trivial.
- Ludek
Senior Support Engineer AGS Product Support, Global Support Center Canada
Follow us on Twitter