Skip to main content Skip to footer

How to fix subreport prompting for parameters error

Background:

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’.

Steps to Complete:

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