Hi, this is a question about the default behavior of the report viewer. When I programmatically set the parameter values in code, the report renders, and then I can change the parameters values on the UI inside the report viewer control.
Is it possible for me to load the report definition, and then, before the report renders, have the user set the parameter values within the report viewer control on the UI? We have several scenarios where we want the user to enter parameters manually before the report is rendered. I do not want to have to build additional controls to capture the parameter values when the report viewer already displays the parameters.
So far I am have not figured out a way to enter the parameters in the report viewer control, unless the report is already rendered.
Thank you.