<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[jsreport on my .net core service]]></title><description><![CDATA[<p>Hi,<br />
I'm using jsreport in .net core 2 web API project and I've installed nuget jsreport packages (jsreport.AspNetCore, jsreport.Binary, jsreport.Local). Also below is the my code sample and planning to host this on Azure,</p>
<p>//Injected<br />
services.AddJsReport(new LocalReporting().UseBinary(JsReportBinary.GetBinary()).AsUtility().Create());</p>
<p>//In the controller<br />
var report = await _jsReportMVCService.RenderAsync(new RenderRequest()<br />
{<br />
Template = new Template<br />
{<br />
Content = htmlStr,<br />
Engine = Engine.None,<br />
Recipe = Recipe.PhantomPdf,<br />
Phantom = new Phantom() { Orientation = PhantomOrientation.Landscape }<br />
}<br />
});</p>
<p>All I want to know is, what is it meant by max 5 templates? Is that something that I can only generate 5 PDF docs using this library? Please enlighten me on this I'm new to this jsreport thing.</p>
]]></description><link>https://forum.jsreport.net/topic/677/jsreport-on-my-net-core-service</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 04:30:37 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/677.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Aug 2018 07:34:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jsreport on my .net core service on Invalid Date]]></title><description><![CDATA[<p>Hi,<br />
I'm using jsreport in .net core 2 web API project and I've installed nuget jsreport packages (jsreport.AspNetCore, jsreport.Binary, jsreport.Local). Also below is the my code sample and planning to host this on Azure,</p>
<p>//Injected<br />
services.AddJsReport(new LocalReporting().UseBinary(JsReportBinary.GetBinary()).AsUtility().Create());</p>
<p>//In the controller<br />
var report = await _jsReportMVCService.RenderAsync(new RenderRequest()<br />
{<br />
Template = new Template<br />
{<br />
Content = htmlStr,<br />
Engine = Engine.None,<br />
Recipe = Recipe.PhantomPdf,<br />
Phantom = new Phantom() { Orientation = PhantomOrientation.Landscape }<br />
}<br />
});</p>
<p>All I want to know is, what is it meant by max 5 templates? Is that something that I can only generate 5 PDF docs using this library? Please enlighten me on this I'm new to this jsreport thing.</p>
]]></description><link>https://forum.jsreport.net/post/3355</link><guid isPermaLink="true">https://forum.jsreport.net/post/3355</guid><dc:creator><![CDATA[eshan1987]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to jsreport on my .net core service on Invalid Date]]></title><description><![CDATA[<p>You can read about stored templates here<br />
<a href="https://jsreport.net/learn/dotnet-local#locally-stored-templates" rel="nofollow">https://jsreport.net/learn/dotnet-local#locally-stored-templates</a></p>
<p>You are free to go If you use <a href="http://asp.net" rel="nofollow">asp.net</a> core and just convert razor views to the pdf using jsreport because in this case you store no templates inside jsreport.</p>
]]></description><link>https://forum.jsreport.net/post/3356</link><guid isPermaLink="true">https://forum.jsreport.net/post/3356</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to jsreport on my .net core service on Invalid Date]]></title><description><![CDATA[<p>Thanks Jan_blaha :)</p>
]]></description><link>https://forum.jsreport.net/post/3360</link><guid isPermaLink="true">https://forum.jsreport.net/post/3360</guid><dc:creator><![CDATA[eshan1987]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>