Click here to Skip to main content
15,747,637 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Enter Student Id:<id>>
Enter Name: <name>

then Click button 1 & go to the crystal report

Student ID: <id>
student Name: <name>
Student Class: <class
Student roll: <roll>

Marks Obtain

English:<marks>
Math:<marks>
Science:<marks>
So on....

I have to design my crystal report something like that the values are come from database
please provide some help
Posted

Use the parameter fields to send value of Student ID(Name no need because Student ID is unique)

C# Crystal Reports String parameter[^]
C# Crystal Reports Integer parameter[^]
 
Share this answer
 
Google is your friend here: Getting started with Crystal Reports[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
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