I'm attempting to pass values from the main report to a linked sub report's stored procedure, but I haven't been successful yet.
I know how to filter the parameters on the return set of the stored procedure, using parameters from the main report. However, I would like the stored procedure executed for each record of the main report, using those values passed.