I am created crystal report with OLE DB connection. I want to bind crystal report to my database and send parameter (id) in mvc asp .net.How to do that any help will be appericiated.
ReportDocument report = new ReportDocument();
report.Load("D:\\Desktop\\Epion30.3.2019\\server\\DomainRepository\\Report\\CasePaper.rp");
report.ExportToDisk(ExportFormatType.ExcelWorkbook, "D:/reportpdf.xls");