Confusion on RLDC Subreports - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T01:27:41Z http://stackoverflow.com/feeds/question/977791 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/977791/confusion-on-rldc-subreports 1 Confusion on RLDC Subreports Mike Wills 2009-06-10T19:50:24Z 2009-06-15T16:15:09Z <p>Is there a "for Dummies" guide to subreports? I am having a hell of a time trying to figure out how to get this working. All of the guides I have found seem to summarize how to set it up, but I can never get it quite working properly.</p> <p>What I want to do is print a master record and all included child records. I have a view setup for both, but I can't figure out how to get this all setup to work together.</p> http://stackoverflow.com/questions/977791/confusion-on-rldc-subreports/977824#977824 1 Answer by Jon for Confusion on RLDC Subreports Jon 2009-06-10T19:55:55Z 2009-06-10T19:55:55Z <p>A Sub-Report is basically just a report inside of another report.</p> <p>What you are trying to do sounds more like a DrillThrough report.</p> <p>Take a look at <a href="http://www.gotreportviewer.com/" rel="nofollow">gotreportviewer</a>'s website. More specifically at the examples on the right hand side. There are examples on both DrillThrough reports, and Sub-reports. That should get you off on the right track.</p> http://stackoverflow.com/questions/977791/confusion-on-rldc-subreports/983234#983234 1 Answer by TheTXI for Confusion on RLDC Subreports TheTXI 2009-06-11T19:47:33Z 2009-06-11T19:47:33Z <p>The SQL Server 2005 Reporting Services Step by Step book is very good on explaining sub reports and drill downs and pretty much anything else you need to know about Reporting Services. Good for anyone from people brand new to SSRS and even those with experience who need a refresher.</p>