Hello
Well, I have a SubReport that "seems" to work. However, it only displays data for one parent/master id, not all of the ones in the report.
I set up my report like the Help file states, except I chose to use stored procedures instead of plain T-SQL query to get the data from our sql server.
The SubReport ONLY seems to display the default value that I set on the Detail Report's SQL Adapter's Parameters property, in design time. The parameter is an integer (for an ID) and when I set it to any existing ID, the SubReport ONLY shows data for that ID...none of the other ones on the report. The Master/Parent report passes the parameter and sets it to a value for one of the fields, but apparently this doesn't work or I am doing something wrong.
Any help would be appreciated.
Thanks
will