<?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[FileContentResult from jsReport]]></title><description><![CDATA[<p>Hi all,</p>
<p>Using <a href="http://ASP.NET" rel="nofollow">ASP.NET</a> - MVC<br />
I would like to know how to configure jsReport to be able to return the generated PDF as FileContentResult.<br />
This because I would like to store the generated PDF in database and don't want to use diskstorage.<br />
I want to use it to send PDF of invoice to customer in an email.</p>
<p>public FileContentResult InvoicePDFFile(string viewName, model myMod)<br />
{<br />
&lt;... do jsReport stuff &gt;<br />
return File(fileContent.ToArray(), &quot;application/pdf&quot;, fileName );<br />
}</p>
]]></description><link>https://forum.jsreport.net/topic/1626/filecontentresult-from-jsreport</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 14:58:40 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/1626.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Jun 2020 11:18:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FileContentResult from jsReport on Invalid Date]]></title><description><![CDATA[<p>Hi all,</p>
<p>Using <a href="http://ASP.NET" rel="nofollow">ASP.NET</a> - MVC<br />
I would like to know how to configure jsReport to be able to return the generated PDF as FileContentResult.<br />
This because I would like to store the generated PDF in database and don't want to use diskstorage.<br />
I want to use it to send PDF of invoice to customer in an email.</p>
<p>public FileContentResult InvoicePDFFile(string viewName, model myMod)<br />
{<br />
&lt;... do jsReport stuff &gt;<br />
return File(fileContent.ToArray(), &quot;application/pdf&quot;, fileName );<br />
}</p>
]]></description><link>https://forum.jsreport.net/post/7356</link><guid isPermaLink="true">https://forum.jsreport.net/post/7356</guid><dc:creator><![CDATA[Joop Stringer DC]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>