Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I am working on a student assignment report which was given by the class teacher. When the teacher has to fill the assignment descriptions, I want that a dynamic Crystal report come out which includes the data of student like student name, roll no, class, section and I will edit that Excel sheet to give marks to each student assignment. How can this be created?

Thanks with regards,
Amit
Posted
Updated 24-Aug-10 8:08am
v2
Comments
Per Söderlund 24-Aug-10 8:19am    
I think you have to make an effort on your own first and then describe your problem better.

1 solution

Not very clear, but this might help:
1. Create a cyrstal report that takes parameters like Subject/Project. It will fetch all the students related to it along with necessary information like class, section & roll number.
2. On a button click, internally call this crystal report and render it as Excel sheet and show to user.
3. User can go ahead and edit the excel sheet and save it.

Now try!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900