Page 1 of 1
Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File menu
Posted: Fri Sep 25, 2020 6:36 pm
by BDubs
Hello,
I recently updated to the latest version of stimulsoft's Stimulsoft.Reports.Web nuget package and am now seeing an issue with data sources that are present when I open a report not being present when trying to create a new report from the file menu.
After doing some research this issue first appeared in version 2020.3.1 for me.
In this image you can see the data sources present on my report in the report designer.
The attachment datasources.PNG is no longer available
This image shows the data sources from the same report are not present when attempting to make a new report from the file menu.

- datasources.PNG (130.01 KiB) Viewed 1409 times
Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m
Posted: Sat Sep 26, 2020 8:35 am
by Lech Kulikowski
Hello,
Could you explain your issue in more detail?
How do you rovide data to the report?
Thank you.
Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m
Posted: Tue Sep 29, 2020 1:02 pm
by BDubs
Sure, we let our users define what business objects they want as data sources before they even interact with the stiWebDesigner, when a user has picked a business object our system goes and gets the underlying dataset for it and we register it for the report(StiReport.RegData) and then we synchronize the dictionary of the report.
Code: Select all
rpt.RegData(dsRepotingData);
rpt.Dictionary.Synchronize();
_stiWebDesigner.Report = rpt;
The issue is when a user attempts to create new report from designer the datasources we added disappear.
Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m
Posted: Wed Sep 30, 2020 9:35 pm
by Lech Kulikowski
Hello,
Please check the NewReport option in the designer Options.
Thank you.
Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m
Posted: Thu Oct 01, 2020 1:01 pm
by BDubs
I have checked the options and it is set to merge dictionary and it is not working.
Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m
Posted: Thu Oct 01, 2020 5:49 pm
by Lech Kulikowski
Hello,
We couldn't reproduce the issue. Please check the last release build.
Also, you can try to check it on our demo:
https://demo.stimulsoft.com
Thank you.