<?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[Timeout issue when rendering xlsx using reportingService . Net6 jsReport 3.8.1]]></title><description><![CDATA[<p>Hi!, I'm unable to increase the timeout for rendering an excel file using ReportingService:</p>
<p>This is the code that I have so far:</p>
<pre><code>   var rs = new ReportingService(url, userName, password) { HttpClientTimeout = TimeSpan.FromMinutes(10)};
   var generatedExcel = await rs.RenderAsync(new RenderRequest
						{
       Options = new RenderOptions
       {  
           Timeout = 10000,
          
       },
       Template = new Template
	{
		Recipe = Recipe.HtmlToXlsx,
		Engine = Engine.JsRender,
		Content = table,
           
	},
      
   });
</code></pre>
<p>When I execute that code I get the following error:</p>
<p>&quot;Unable to render template.  Timeout Error: script evaluation not completed after 10000ms&quot;</p>
<p>This is with large ammount of data.</p>
<p>How can I Increase the timeout?</p>
<p>Thank you for your help!</p>
]]></description><link>https://forum.jsreport.net/topic/3083/timeout-issue-when-rendering-xlsx-using-reportingservice-net6-jsreport-3-8-1</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 01:03:34 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/3083.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Feb 2024 00:31:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Timeout issue when rendering xlsx using reportingService . Net6 jsReport 3.8.1 on Invalid Date]]></title><description><![CDATA[<p>Hi!, I'm unable to increase the timeout for rendering an excel file using ReportingService:</p>
<p>This is the code that I have so far:</p>
<pre><code>   var rs = new ReportingService(url, userName, password) { HttpClientTimeout = TimeSpan.FromMinutes(10)};
   var generatedExcel = await rs.RenderAsync(new RenderRequest
						{
       Options = new RenderOptions
       {  
           Timeout = 10000,
          
       },
       Template = new Template
	{
		Recipe = Recipe.HtmlToXlsx,
		Engine = Engine.JsRender,
		Content = table,
           
	},
      
   });
</code></pre>
<p>When I execute that code I get the following error:</p>
<p>&quot;Unable to render template.  Timeout Error: script evaluation not completed after 10000ms&quot;</p>
<p>This is with large ammount of data.</p>
<p>How can I Increase the timeout?</p>
<p>Thank you for your help!</p>
]]></description><link>https://forum.jsreport.net/post/13215</link><guid isPermaLink="true">https://forum.jsreport.net/post/13215</guid><dc:creator><![CDATA[Jose David]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Timeout issue when rendering xlsx using reportingService . Net6 jsReport 3.8.1 on Invalid Date]]></title><description><![CDATA[<p>I'm confused, why do you set the 10s timeout for the request then?</p>
<pre><code> Options = new RenderOptions
       {  
           Timeout = 10000,
          
       },
</code></pre>
<p>Do you use <code>jsreport.Local</code> nuget or a remote jsreport instance? Do you apply any configuration?</p>
]]></description><link>https://forum.jsreport.net/post/13220</link><guid isPermaLink="true">https://forum.jsreport.net/post/13220</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Timeout issue when rendering xlsx using reportingService . Net6 jsReport 3.8.1 on Invalid Date]]></title><description><![CDATA[<p>Hello!, I´m sorry, I've set greater numbers but does nothing, it always throws timeout exception with 10000ms.</p>
]]></description><link>https://forum.jsreport.net/post/13221</link><guid isPermaLink="true">https://forum.jsreport.net/post/13221</guid><dc:creator><![CDATA[Jose David]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Timeout issue when rendering xlsx using reportingService . Net6 jsReport 3.8.1 on Invalid Date]]></title><description><![CDATA[<p>We had a regression issue with every request using &quot;per request timeout&quot;, aka what you send in <code>Options.RenderOptions.Timeouts</code>, causing 10s timeout always no matter what are other configs and value. It seems like you are hitting it.</p>
<p>Try to update to the latest or remove the <code>Options.RenderOptions.Timeout</code> config.</p>
]]></description><link>https://forum.jsreport.net/post/13222</link><guid isPermaLink="true">https://forum.jsreport.net/post/13222</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>