I'm trying to setup my groupings and relations all correctly for a Command that will be used to power a DataReport.
What I'm trying to figure out is the relationship between the Child and Parent Commands. I want my Parent Command to contain my main SQL Query. Underneath that I might have several Child Commands. I'm trying to get those Child Commands to Query the results the Parent Command returns. I assumed Child Commands would do this by default, but my tests prove otherwise.
I've also run into a problem with finding adequate documentation on the whole DataReport side of VB. If anyone could link me to some good sites that discuss the different areas and features of all of this, that would be great.
Any and all help is greatly appreciated.
What I'm trying to figure out is the relationship between the Child and Parent Commands. I want my Parent Command to contain my main SQL Query. Underneath that I might have several Child Commands. I'm trying to get those Child Commands to Query the results the Parent Command returns. I assumed Child Commands would do this by default, but my tests prove otherwise.
I've also run into a problem with finding adequate documentation on the whole DataReport side of VB. If anyone could link me to some good sites that discuss the different areas and features of all of this, that would be great.
Any and all help is greatly appreciated.