I recently converted a VS 2003 project to VS 2008 and the project utilizes a Crystal Reports 9.1.5 report with a subreport.
After the conversion the subreport is giving a "Not supported with sub-reports" error....
I'm wondering if there is a service pack or hot fix I need to install. The reports were built with Enterprise edition Visual Studio.
crReportDocument = crReportDocument.OpenSubreport(
"ReportName");
crReportDocument.SetDataSource(dsMyDataSet);
crReportDocument.Refresh(); <------Errors here
Thanks!