Lets assume you are running a report based on a stored procedure (WITH PARAMETERS).
1. On the REport Record Source porperty you specify the name of the sp
2. On the Input parameter Property just specify @paramName=[Enter the value of Parameter 1]
Run the Report and you will get a "prompt box"
with Enter the value of Parameter 1
HTH