Hello,
I want to print out a questionstable which obviously consists of a lot of questions and related answers, being multiple choice questions. It's about 400 questions divided into 15 subjects.
I have got all questions and answers
in the dataset, in a table (which is the
only table
in the dataset btw) and I am able to see all questions
in the report I made, using standard report.rdlc, reportviewer and using the
list
control in the report body, all nicely sorted on subject. All is well and working fine so far.
Using the "Edit details group..." option of the
List
control I can actually get a pagebreak at the ending of each subject (=group) so the questions regarding the next subject start on the next page which is exactly what I want.
The problem however is that
only one (the last)
record is shown for each subject, not all questions
in each subject.
Does anyone know what causes this ? Looking for a solution for some days now....
(If you need more info, just let me know)