Hai,
I used reportviewer to display all test marks in particular student
Table: TestTable
StuId
BatchId
Testname
Mark
QualMark
Max Mark
Date
It displayed correct in reportviewer. But i want to display StuId, Batch Id, Course, BatchStartDate,BatchEndDate, Attendance from Batch Table.
It will display only once in report. But TestTable value displayed more records.
How can i do?
Kindly help me.
Thanks in advance
Loading
Santosh ThakurPosted Oct 24, 2013, 7:10 AM
You need to bind the DataTable(s) that you intend to use instead of binding the entire DataSet. This SO answer shows a very good example: http://stackoverflow.com/a/8341474/283895
(Code copied from that article)