HttpContext.JsReportFeature() returns null
-
Hello,
I am trying jsreport in ASP.NET. I am following the example given at
https://github.com/jsreport/jsreport-dotnet-example-net-webapp/blob/master/Controllers/HomeController.csI have a similar method on my Page and i got null at HttpContext.JsReportFeature().
The problem is that HttpContext.JsReportFeature() is null and I get an object reference error.I would appreciate their help
-
I guess you use razor pages?
In this case please read this comment
-
this is not good answer because i can't to receive html from razor.
some one in this forum know why HttpContext.JsReportFeature() is null?