When running a subreport with parameters supplied by its parent, the user interface appears asking for a parameter value. This happens because the ShowParameterUI property has not been changed to ‘False’.
1. Change the ShowParameterUI property to False
a. This can be done in the property grid of the report, or in code within the Report_Start event handler
Tyler Barlock