How to use CheckedListBox output in the Query Wizard ?
I have a controller CheckedListBox and I want pass selected options to query wizard (SQL window) using a parameter.
I have tried to do that but unfortunately the CheckedListBox is returning selected values as a string array instead of a string with commas.
SQL : SELECT * FROM student WHERE Id IN (@StudentIDs);
Please guide on how to do this only using REPORT DESIGNER TOOL.
No code suggestions please.