We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
If you became a customer of the Syncfusion Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion.

For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion for its reporting solutions. Our team will be happy to assist you with any questions you may have.

Thank you for choosing Syncfusion for your reporting needs.

ReportView with Postgres Database

I have Postgres 11 and try to do a simple tablix report and it worked well in the Report Designer  but when I try to open by clicking the three dot and select "open" from the context menu I get the error below.  Report Server is lastest version. .




1 Reply

VS Vinoth Srinivasan Syncfusion Team August 28, 2019 12:00 PM UTC

Hi Albert, 
 
Sorry for the inconvenience. 
 
In our lastest release we missed to add the config section in web.config file for API. This issue will be resolved in our upcoming Report Platform release. As of now could you please add the config details manually in your server installed location as shown in below example. 

Add the section and config file location in web.config file in API folder.  
"C:\Syncfusion\Report Server\ReportServer.Web\API\Web.config"  
  
 
Web.config 
<configSections> 
  <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> 
  <section name="ReportingExtensions" type="Syncfusion.Reporting.Extensions.Configuration.Extensions, Syncfusion.Reporting.Web" 
       allowLocation="true" allowDefinition="Everywhere" /> 
</configSections> 
 
<ReportingExtensions configSource="ReportExtensions\ReportExtension.config" /> 
 
 
Regards, 
Vinoth S. 


Loader.
Live Chat Icon For mobile
Up arrow icon