Click here to Skip to main content
15,888,046 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a table which show the sale details. I got the tbl_mdcl data using:

C#
SELECT TOP 1000 [Invoice_No],[Invoice_Date],[CustomerId],[Med_Name],[Comp_Name],[Date_Manaf],[Date_Exp],[Qty],[Price],[Discount],[Retail]
  FROM [MMIS].[dbo].[tbl_mdcl] 


[Table containing data^]

To gather and report a monthly report using the above table ,i created a new CrsytalReportViewer and set its datasource to tbl_mdcl but it prints all its columns whereas i need something like this:
[Report to be achieved^]


Is that possible using CrystalReports?If YES,then how would i get a total for each CustomerId.I already spent 7 hours solving this but in vain
Posted

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