FastReport released a new version that supports wokring in MVC razor views.
I got the demo from their site and thought I'll give it a try. But I can not get the demo application to work. Also tried creating a new project following these steps:
fast-report.com/en/blog/37/show/
Am I missing something? The webforms demo is working perfectly..
Error I'm getting:
'FastReport.Web.WebReport' does not contain a definition for 'GetHtml'
Also these are not recognized in _Layout.cshtml:
@WebReportGlobals.Scripts()
@WebReportGlobals.Styles()