I have recently installed reporting onto my machine. All the example projects works fine but the below one is not loading the report fine and throws exception.
CSharp.Asp.NetCoreDemo
Unable to get report parameters.
An error has occurred.
Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application.
It looks like all the reports which connects to DB with .NetCore is not working.
Can you fix and let me know what is the issue?