Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to design of invoice crystal reports using multiple table of sqldatabase
Posted
Comments
faisal23 18-Dec-12 0:59am    
I have done this in one of my project.
Make full stored procedure for invoice including tax, vat, total and directly call the procedure in your report.
Rahul K Singh 18-Dec-12 5:21am    
try:
http://www.highoncoding.com/Articles/556_Creating_Crystal_Report_with_Multiple_Tables_in_ASP_NET.aspx

You create a crystal report file.
Create a connection to the database and, link header and lines tables.
Put Header fields from database at Header Page, Your line fields at details section so it would be repeated and Your summarized totals at Report footer.
I could give you more details on this if you did the same to me. Your question is kind of vague.
 
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