Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File menu

Stimulsoft Reports.WEB discussion
Post Reply
BDubs
Posts: 3
Joined: Thu Sep 24, 2020 7:30 pm

Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File menu

Post 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
datasources.PNG (130.01 KiB) Viewed 1404 times
Lech Kulikowski
Posts: 7336
Joined: Tue Mar 20, 2018 5:34 am

Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m

Post by Lech Kulikowski »

Hello,

Could you explain your issue in more detail?
How do you rovide data to the report?

Thank you.
BDubs
Posts: 3
Joined: Thu Sep 24, 2020 7:30 pm

Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m

Post 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.
Attachments
NotPresent.PNG
NotPresent.PNG (74.71 KiB) Viewed 1366 times
Lech Kulikowski
Posts: 7336
Joined: Tue Mar 20, 2018 5:34 am

Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m

Post by Lech Kulikowski »

Hello,

Please check the NewReport option in the designer Options.

Thank you.
Attachments
Screenshot 2020-09-30 233500.jpg
Screenshot 2020-09-30 233500.jpg (188.25 KiB) Viewed 1340 times
BDubs
Posts: 3
Joined: Thu Sep 24, 2020 7:30 pm

Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m

Post by BDubs »

I have checked the options and it is set to merge dictionary and it is not working.
Lech Kulikowski
Posts: 7336
Joined: Tue Mar 20, 2018 5:34 am

Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m

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