Hi,
i'm trying to implement a PDF export feature to a ASP.NET MVC 4 Syncfusion Project following this example:
http://mvc.syncfusion.com/demos/reporting/pdf/Tables/NorthwindReport
There are two problems i cannot solve:
1. using Syncfusion.Mvc.Pdf; - There is no Namespace Pdf under Mvc
2. return doc.ExportAsActionResult(...) there is no method ExportAsActionResult in Syncfusion.Pdf.PdfDocument
Thanks for your help
Kind regards
lc