jsreport-dotnet-example-webapp
jsreport-dotnet-example-webapp copied to clipboard
ChromePool throws unsupported exception
How do you use it?
Please update to the [email protected]. The fix is there. Also, update the jsreport.Local and jsreport.Binary.
.Configure(cfg =>
{
....
cfg.Chrome = new ChromeConfiguration { Strategy = ChromeStrategy.ChromePool };
return cfg;
})