Having trouble displaying objects fields from datastore in .NET Core

Stimulsoft Reports.WEB discussion
Post Reply
miguelgarcia
Posts: 1
Joined: Tue Jun 02, 2020 4:40 pm

Having trouble displaying objects fields from datastore in .NET Core

Post 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.
Attachments
report.mrt
(16.09 KiB) Downloaded 153 times
Lech Kulikowski
Posts: 7338
Joined: Tue Mar 20, 2018 5:34 am

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

Post 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.
Post Reply