I am using FastReport.Net and I want to passing multiple values in a parameter. I have dynamic values for this parameter. For example;
SELECT * FROM Students
WHERE StuNo IN (@pStuNo);
@pStuNocan includes (3, 8, 11), but fastreport does not allow such use.
I could not find any solution on this issue. I'm waiting for your help, thanks.