jsreport.local are work on azure base windows?
-
Jsreport.local are work on azure base wimdows?
I am using asp.net.i use this code:
var rs = new LocalReporting()
.RunInDirectory(_jsreportFolder)
.Configure(cfg => cfg.FileSystemStore())
.UseBinary(JsReportBinary.GetBinary())
.AsUtility()
.Create();
-
See this in the docs.
https://jsreport.net/learn/dotnet-local#azure-web-appsazure web apps on windows doesn't support running chrome so jsreport.local doesn't run there as well.