C# Crystal Reports With Multiple Tables Using Dataset in CSharp
Code Factory 2016 Code Factory 2016
10K subscribers
9,955 views
71

 Published On Apr 12, 2020

Crystal Report Based on More Than OneTable Sql Query C#
I have Created Two Tables with some data
1. tblNames ( id,name,city)
2. tblAge ( id,age)

Using these two tables, and sql inner join ,
We will display two table data in crystal report in C# win form

show more

Share/Embed