开发者

I am using mysql stored-procedure.My SP return dataset ,how to bind the value into crystal report

I am using mysql 开发者_如何学运维stored-procedure.My SP return dataset ,how to bind the value into my crystal report.


ReportObject.SetDataSource (dsYourDataSource);
CrystalReportViewer1.ReportSource = ReportObject;

See Generate ASP.NET Crystal Report using DataSet

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜