hi
I am using VS 2005 c#.net, in that crystal reports 10.
In my requirements i have to bind the databse with two data base objests.
With using one object i am able to get that data.
CrystalReport2 cryst = new CrystalReport2();
cryst.SetDataSource(cand.GetGeneralInfo());
crystalReportViewer1.ReportSource = cryst;
this GetGeneralInfo() method is of type list.
I am binding that list to my report.
Thanks
Raghudo you want to get data from two different servers?
Showing posts with label objests. Show all posts
Showing posts with label objests. Show all posts
Subscribe to:
Posts (Atom)