Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to make an invoice for my sales system. I will state some info at the below! The report should have the following format.

Invoice ID - 05523

Purchase Date - 29/04/2012

Item No Desc Qty Value

0056 Key Board 5 900
0078 Mouse 10 100
0045 Speakers 20 300
0078 Monitor 5 500

------------
1800

------------
------------

But my question how I able to create the report at the above format? Please help me to solve that.

Thanks
Posted

1 solution

You need to design your query to get all the data from your database. Once you have all the needed data, you need to design your crystal report to show your data in desired design.

Have a look at these articles to get equipped with knowledge needed for it:
C# Crystal Reports step by step [^]
Introductions to Crystal Reports in .NET[^]
Step by Step Creation of Crystal Report using its Features Group, Graph, Cross-Tab and Sub Report[^]

Above samples might be using C# for backend to get data but the logic remains same. You need to fetch data and then design. See the samples on how reports are designed.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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