How can make a crystal report with multiple dataset frm the database in wpf?
and how will get the total of a coulumn from the dataset and i want to display the total at the bottom of the crystal report
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Keyur PatelPosted May 16, 2013, 5:38 AM
You can make a crystal report with multiple dataset using typedataset. Please read following link how to create crystal report with typed dataset.
http://highoncoding.com/Articles/201_Creating_Crystal_Reports_Using_Typed_DataSet.aspx
To calculate the sum of a column in a DataTable use the DataTable.Compute method. You can also do using formula field in Crystal Report.