I want your help to finish my project
How to display more than 2 tables in the crystal report by using c# coding?
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.
Jaganathan BantheswaranPosted Nov 5, 2014, 7:37 AM
report.SetDatabaseLogon("username", "pwd", @"server", "database");
Or
try with
rptDoc.SetDataSource(ds); // ds could dataset or xsd file
Ravi KumarPosted Nov 5, 2014, 7:26 AM
use stored procedure.
in stored procedure you can join two table
by using that u can create report