Crystal reports .NET 2003
I have a report that uses a subreport. This subreport references another report. In this report I have a subreport that uses a stored procedure. The reason I have it this way is because I have other data and formating issues to consider.
For some reason I cannot get a reference to this subreport with its storeprocedure. Example
1) From the main report loop through all the sections and if its our subreport CTYPE it into a REPORTDOCUMENT
2) At this point I get the Report that holds our subreport that uses the stored procedure.
3) repeat step 3 but with our CTYPED reportdocument. But checking each section returns nothing. Its as if the subreports here do not exist. But they do. I have verified the datasource but nothing seems to work.
Does anyone know if we can have reports with subreports of other reports that also contain subreports. If so, can you please give a example.
Thanks in advance.
|