Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using window form application i want to display data from two datatable i a single crystal report i have used :


mr.Database.Tables[0].SetDataSource(dt);
mr.Database.Tables[1].SetDataSource(dt1);

crystalReportViewer1.ReportSource = mr;

but i get duplicate record of entries of database in crystal report dont know why is it happening.

also i wanted to substract sum of two groups means i have made a column Status by Inoder & Outorder. now Inorder entries are placed in a group and outorder in a group while i applied grouping for Status Column in Table for crystal report . now i want sustract sum of Inorder Entries And Outorder Entries which is Grouped By Status pls tell me how to achieve this
Posted
Updated 8-Nov-22 14:42pm

1 solution

 
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