Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File menu
Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File menu
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.
This image shows the data sources from the same report are not present when attempting to make a new report from the file menu.
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.
This image shows the data sources from the same report are not present when attempting to make a new report from the file menu.
-
- 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
Hello,
Could you explain your issue in more detail?
How do you rovide data to the report?
Thank you.
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
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.
The issue is when a user attempts to create new report from designer the datasources we added disappear.
Code: Select all
rpt.RegData(dsRepotingData);
rpt.Dictionary.Synchronize();
_stiWebDesigner.Report = rpt;
- Attachments
-
- NotPresent.PNG (74.71 KiB) Viewed 1365 times
-
- 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
Hello,
Please check the NewReport option in the designer Options.
Thank you.
Please check the NewReport option in the designer Options.
Thank you.
- Attachments
-
- Screenshot 2020-09-30 233500.jpg (188.25 KiB) Viewed 1339 times
Re: Data Sources Present on Report not carrying over when attempting to create new report from the New menu under File m
I have checked the options and it is set to merge dictionary and it is not working.
-
- 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
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.
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.