Passing Records from datagrid to Crystal Report | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Passing Records from datagrid to Crystal Report

I have a populated datagrid with data from sql server table. I need to pass this data each as a single records to a crystal report for printing. How do I go about this

13th Mar 2019, 7:34 AM
H4xor
H4xor - avatar
1 Answer
0
The report has a datasource, you can assign your sql server table to the report. https://www.codeproject.com/Tips/754037/Bind-Crystal-Reports-with-Dataset-or-Datatable
13th Mar 2019, 12:12 PM
sneeze
sneeze - avatar