Pro VB.NET 2002/2003For advanced Visual Basic coders working .NET version 2002/2003. Beginning-level questions will be redirected to other forums, including Beginning VB.NET.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB.NET 2002/2003 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
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.