I created a master report with a single sub-report. The master report defines a ReportParameter called "Id" of type string. The sub-report also defines an identical parameter.
I used the master report's designer to edit the values of the Parameters for the sub-report and set the sub-report's "Id" parameter value equal to the master report's "=Parameters.Id".
When I run the report, the Id of the master report is correctly set by the application. However, the sub-reports parameter is not set and returns an empty string.
What am I missing?
I used the master report's designer to edit the values of the Parameters for the sub-report and set the sub-report's "Id" parameter value equal to the master report's "=Parameters.Id".
When I run the report, the Id of the master report is correctly set by the application. However, the sub-reports parameter is not set and returns an empty string.
What am I missing?