Akshay

Akshay

  • 1.5k
  • 96
  • 29.8k

How to create dynamic crystal report with send parameter

Apr 12 2019 12:23 AM
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.
 
my code is- 
 
ReportDocument report = new ReportDocument();
report.Load("D:\\Desktop\\Epion30.3.2019\\server\\DomainRepository\\Report\\CasePaper.rp");
report.ExportToDisk(ExportFormatType.ExcelWorkbook, "D:/reportpdf.xls");
 

Answers (2)