Crystal Reports Plugin
Simple back-end interface to export a Report by Crystal Reports to PDF including given Parameters. Requires .Net Libraries: – CrystalDecisions.CrystalReports.Engine – CrystalDecisions.Shared – CrystalDecisions.Web compiled version: 13.0.2000.0 Visual Studio Version 2012 Example implementation: string ReportExportPath = “c:\mypath\”; string link = “c:\myreports\reportxy.rpt”; IList liste = new List(); ReportParam oParamOrderId = new ReportParam() { Value = orderproductvariant.OrderId,