Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am working on a Windows Application(win forms) project that needs to print a receipt of the school fee on successful submission of the fee. Currently I am generating it through Drawing Class, but I am not finding it good. So can anyone suggest how to do that using Crystal Reports?
Posted
Updated 30-Jul-14 20:08pm
v2
Comments
[no name] 22-Aug-14 10:41am    
http://www.codeproject.com/Tips/695587/Beginners-tutorial-on-how-to-load-Crystal-Reports

You can generate the fee slip very easily by the following steps,

1. Install Crystal Reports.
2. After installation,Open Crystal reports.
3. Select blank report from file menu.
4. Go to Tools->Add Database to report.
5. Connect to your database,select appropriate tables.
6. Drag and drop all the fields you require.
7. Run the report,if satisfied attached it to your application.
 
Share this answer
 
v2
Comments
SandeepKushwah 21-Aug-14 14:01pm    
I am using Visual studio 2012 and its not allowing to instal Crystal reports :( . Please help.
I am using Visual studio 2012 and its not allowing to instal Crystal reports :( . Please help.
 
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