Hello,
I'm trying to test Telerik Report with .NET Core 3.1 and object data source.
The report is working correctly when running from Visual Studio but when I publish and put it in IIS, I see the below error in every binding.
"An error has occurred while processing TextBox 'textBox15': The expression contains object 'OpeningBalanceDate' that is not defined in the current context"
I'm using the report designer and the assemblies that has the object datasource are netstandard2.0
What could be the issue?