Check list on dialog for SSRS

Hello everyone,

I’m creating a new report using Contract/Contoller/DP classes. The report comes from purchase orders so I started with only creating one parameter in the controller to grab the PO number. This part works great. Now I would like to have a checkbox list of all the lines (item numbers) from that PO on the dialog where the user can select as many lines as they wish. For example, if a PO has 1 line, it just shows that line with a checkbox beside it. If a PO has 5 lines, it shows all 5 lines (items) and the user can check 1, 2, all, or none of them before clicking okay. Then based on what they have chosen, I can create the report.

Is this possible?

Yes, it is possible. Do you have any particular problem with it?

I didn’t know how to do it, but I found this and got it working!

Add multi selection lookup to a SysOperation Framework dialog - ariste.info