I'm having some trouble with my sub report. I have a master report that I use to pass some parameters to a sub report.
I created a report parameter on the sub report called "ReportTitle" and I can pass it a hard coded value from the master report.
What I need to do is be able to pass some values to the sub report so I can use those values to dynamically, from code, pull a dataset for the subreport.
I'm not sure how to pass a value to the subreport and then access it in code.
Any help is appreciated.
I created a report parameter on the sub report called "ReportTitle" and I can pass it a hard coded value from the master report.
What I need to do is be able to pass some values to the sub report so I can use those values to dynamically, from code, pull a dataset for the subreport.
I'm not sure how to pass a value to the subreport and then access it in code.
Any help is appreciated.