Skip to Content
0
Former Member
May 13, 2008 at 12:34 AM

Passing parameters to sub report's stored procedure

47 Views

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.