C# visual studio 2017 run time Error in Crystal report

  • Thread starter Thread starter malikasad
  • Start date Start date
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();

1491493.jpg


asad

Continue reading...
 
Back
Top