Dynamically set parameter bindings on flex repeater instances

I'm assuming the number of instances will vary? If so then you'll probably have to follow the process mentioned by @YF129701.

You could also have the main view push its params into a session custom property, and then let your instance views bind to that directly. This method can get convoluted fast if you have lots of views with varying data.