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!!!!
Dynamic design
-
- Posts: 7
- Joined: Wed Mar 18, 2009 5:57 pm
- Location: maroc
Dynamic design
Hello,
Due to no data it is very hard to give you the advice.
Maybe the "CrossTabOnDataBand" sample from Demo application from standard delivery will help you.
Thank you.
Due to no data it is very hard to give you the advice.
Maybe the "CrossTabOnDataBand" sample from Demo application from standard delivery will help you.
Thank you.
-
- Posts: 35
- Joined: Tue Nov 09, 2010 2:43 pm
- Location: iran
Dynamic design
Hi every body.
I sea allmost all topic in forum and seem int all of them posit that we know what is our tables and columns in dataset of our reportbut allways not thus
1-sometime we may want to edit the report in webdesigner that we dont know any thing about its data set but we sure it works with our data base , so befor call the design() function we pass what data set to our report via regdata(//what_dataset) ??
2- or we may want to set full access to data base to one user to create the every report that need to design well we pass a full data base to designer dictionary and he/she design every report by every columns in every tables or viwes in database and save it , in viwe report mode namely after load our report and we want to pass it to stiwebviewer we pass what data set to it since we cant pass all data base to our report ??!
I sea allmost all topic in forum and seem int all of them posit that we know what is our tables and columns in dataset of our reportbut allways not thus
1-sometime we may want to edit the report in webdesigner that we dont know any thing about its data set but we sure it works with our data base , so befor call the design() function we pass what data set to our report via regdata(//what_dataset) ??
2- or we may want to set full access to data base to one user to create the every report that need to design well we pass a full data base to designer dictionary and he/she design every report by every columns in every tables or viwes in database and save it , in viwe report mode namely after load our report and we want to pass it to stiwebviewer we pass what data set to it since we cant pass all data base to our report ??!