sql server - display data in separate tables in ssrs when multiple inputs are given -


does have idea regarding following ssrs design? have table in input student name. when select multiple students' names, details (like roll no, name, class etc) being displayed in ssrs report. report displaying in 1 table only. want display in different tables different students.

what should done this? please help!!!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -