Having trouble displaying objects fields from datastore in .NET Core
Posted: Wed Jun 03, 2020 6:14 pm
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.
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.