I am using mysql stored-procedure.My SP return dataset ,how to bind the value into my crystal report.
views:
16answers:
1
+1
Q:
I am using mysql stored-procedure.My SP return dataset ,how to bind the value into crystal report
A:
ReportObject.SetDataSource (dsYourDataSource);
CrystalReportViewer1.ReportSource = ReportObject;
KMan
2010-05-20 17:27:30