I have a master report, the ctor of which accepts 4-arguments. This report contains 1-subreport. In the InitializeComponents() method of the master report, an instance of the sub-report is created, which fires the ctor of the sub-report. My problem is that I need to pass along some of the arguments sent to the master report ctor to the sub-report ctor. Ideas anyone? A sample of how to accomplish this would be most useful.
Thanks!
Thanks!