I wish to modify the SSRS parameter before the report runs.
-I have two parameters (A) a ComboBox and (B) a TextValue. -(B) changes values based on parameter A (cascades) but a user can type specific value for B too.
however the value of B is not what i want to submit to report stored procedure. I want to take the value of B and get another value from database, assign it to B and then pass it to my actual report stored procedure.
So is there any way to modify parameter before running report?