hi
please i try to use jsreport in my .net core app - i do every thing but each time i must download file to preview it
[MiddlewareFilter(typeof(JsReportPipeline))]
public IActionResult Invoice()
{
HttpContext.JsReportFeature()
.DebugLogsToResponse()
.Engine(Engine.None)
.Recipe(Recipe.ChromePdf);
return View();
}
so any way to open it direct after generate ?