M
malikasad
Guest
Hi Friends,
Please I am encountering problem with C# when calling crystal reports, crystal report running fine on computer where visual studio 2017 installed , but when I call from another computer client its giving Please error I am encountering as wel my code as followed even I installed crystal report run time on client
ReportDocument prtdoc = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
dview cc = new dview();
prtdoc = new iprefund();
prtdoc.SetDataSource(dt);
cc.crystalReportViewer1.ReportSource = prtdoc;
cc.ShowDialog();
asad
Continue reading...
Please I am encountering problem with C# when calling crystal reports, crystal report running fine on computer where visual studio 2017 installed , but when I call from another computer client its giving Please error I am encountering as wel my code as followed even I installed crystal report run time on client
ReportDocument prtdoc = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
dview cc = new dview();
prtdoc = new iprefund();
prtdoc.SetDataSource(dt);
cc.crystalReportViewer1.ReportSource = prtdoc;
cc.ShowDialog();
asad
Continue reading...