display crystal report
how to display different crystal report in a single report viewer with sql data connection? plz anybody have answer plz post to my mail id [email protected]
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.
Sudhakar ChaudharyPosted Dec 27, 2012, 1:35 AM
Sudhakar ChaudharyPosted Dec 25, 2012, 2:38 PM
rptLeadgerBookDetail rpt0 = new rptLeadgerBookDetail();
rptLeaderBookDetailAll rpt1 = new rptLeaderBookDetailAll();
Dnymc Connection To Datasourc:::::
rpt0.DataSourceConnections[0].SetConnection(ConMgr.server, ConMgr.database, true);
rpt1.DataSourceConnections[0].SetConnection(ConMgr.server, ConMgr.database, true);
On Condition::
crystalReportViewer1.ReportSource = rpt0;
crystalReportViewer1.ReportSource = rpt1;