Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

How to use Crystal report in AspNetCore.Mvc.

$
0
0

Hi Team, 

I have converted existing Erp Application from Ap.net MVC to AspNetCore.Mvc. I want to integrate crystal report to new application. I have added the reference of 

  • CrystalDecisions.CrystalReports.Engine.dll
  • CrystalDecisions.ReportSource.dll
  • CrystalDecisions.Web.dll

But when I try to to use Load, SetDataSource functions of CrystalDecisions.CrystalReports.Engine ReportDocument , It shows compilation error as 

The type 'IDataReader' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

This is my code to load  Crystal report

ReportDocument rd = new ReportDocument();
rd.Load(Path.Combine(Server.MapPath("~/Reports"), "rpt_EverestList.rpt"));
rd.SetDataSource(bUnits);

Is there any better option to use crystal report in AspNetCore.Mvc ?

Thanks & Regards

Sunij K


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>