Two DataTables
Posted: Mon Oct 27, 2008 3:45 pm
Hi !
I've 2 dataTables that are filled runtime, one for student names, and the other to scores.
So I need to figure out how to show studend name following the student's score (1 Student -> n Scores...)
I have create 2 datasources in the Dictionary and also created a relation with sdutend_ID for both dataSources.
But I don't now how to bind the to dataTable to the report.
I've tried:
...
regData("student", tbStudend);
regData("scores", tbScores);
But the report consider only the last one regData... How can I "regData" this two dataTables ?
Thank's in advance...
I've 2 dataTables that are filled runtime, one for student names, and the other to scores.
So I need to figure out how to show studend name following the student's score (1 Student -> n Scores...)
I have create 2 datasources in the Dictionary and also created a relation with sdutend_ID for both dataSources.
But I don't now how to bind the to dataTable to the report.
I've tried:
...
regData("student", tbStudend);
regData("scores", tbScores);
But the report consider only the last one regData... How can I "regData" this two dataTables ?
Thank's in advance...