Page 1 of 1

Having trouble displaying objects fields from datastore in .NET Core

Posted: Wed Jun 03, 2020 6:14 pm
by miguelgarcia
Hello,

I am currently having trouble displaying parameters from datasources with more than one level since upgrading to .NET Core.

Previously we were using version 2018.2.3 in our .NET Framework application. Now we are using the same version but using the NuGet Stimulsoft.Reports.Net.NetCore instead.

The objects are added dynamically during the preview, using regData(string,object).

If I access AppliesToValue.Name, the value is correctly displayed, however if I access any AppliesToValue.Facility.Name the field in the report is empty.

Previously, strangely, even with them same DataSources as the ones in the attachment, it would render all fields correcly.

Is this a known issue? If you need me to provide more information I will be happy to provide.

Re: Having trouble displaying objects fields from datastore in .NET Core

Posted: Sat Jun 06, 2020 9:34 am
by Lech Kulikowski
Hello,

We couldn't find relations in your report. Please add the necessary relations to use a related column from the detailed data source AppliesToValue.Facility.Name
Also, maybe you used business objects in previous versions.

Thank you.