Dynamic design
Posted: Sun Jun 28, 2009 8:36 pm
Hi, I have to print report(transcript of records)of each section: the report contains all mark obtained by students in each modules and finnaly the their average. the problem is the number of module is different between each section then the columns of my report must be dynamic!
For exemple:
----SectionA-----
Code|Name|Marks_mod1|Mark_mod2|Mark_mod3|.......|Mark_mod10|Average|Observation|
1111|Alice | 15 | 17,5 | 15,75 |.......|13 |15,76 |Admitted |
----SectionB-----
Code|Name|Marks_mod1|Mark_mod2|Mark_mod3|.......|Mark_mod15|Average|Observation|
2221|Adams| 15 | 17,5 | 15,75 |.......|13 |14 |Admitted |
Section A have 10 modules therefore we have 10 columns in report+Name+Code+Average+Observation==14 Columns
Section B have 15 modules therefore we have 15 columns in report+Name+Code+Average+Observation==19 Columns
I use Sql server express 2008+vb.net express 2008
I don't know how to do that in stimulsoft.Help me Plzzzzz!!!!
For exemple:
----SectionA-----
Code|Name|Marks_mod1|Mark_mod2|Mark_mod3|.......|Mark_mod10|Average|Observation|
1111|Alice | 15 | 17,5 | 15,75 |.......|13 |15,76 |Admitted |
----SectionB-----
Code|Name|Marks_mod1|Mark_mod2|Mark_mod3|.......|Mark_mod15|Average|Observation|
2221|Adams| 15 | 17,5 | 15,75 |.......|13 |14 |Admitted |
Section A have 10 modules therefore we have 10 columns in report+Name+Code+Average+Observation==14 Columns
Section B have 15 modules therefore we have 15 columns in report+Name+Code+Average+Observation==19 Columns
I use Sql server express 2008+vb.net express 2008
I don't know how to do that in stimulsoft.Help me Plzzzzz!!!!