hi,
I have a report that has 2 subreports in it. the main report and one subreport run the same stored procedure and expect the same parameters and the second sub runs another stored procedure but expect THE SAME parameters. how can pass/share these parameter among the three reports without having to enter the parameters three times?

thank you