Page 1 of 1

Synchronize not working

Posted: Tue Jan 31, 2017 3:06 pm
by hellenschmidt
Hi,

we use StiMobileDesigner version 2016.3.6.0. How can I reflect changes in a datasource for an existing report? In older versions we called Dictionary.Synchronize, but this is not working in current version.

Code: Select all

StiReport stiReport = new StiReport();
stiReport.LoadFromString(content.Content);
// add new column to dataSet
stiReport.RegData(dataSet);
stiReport.Dictionary.Synchronize();
// new column not shown in designer

Re: Synchronize not working

Posted: Wed Feb 01, 2017 1:12 pm
by HighAley
Hello.

Sorry, we can't reproduce the issue.
Could you describe the issue more detailed?
Please, send us a sample project that reproduces the issue.

Thank you.

Re: Synchronize not working

Posted: Wed Feb 01, 2017 5:19 pm
by hellenschmidt
Hi,

sorry, was my fault. The reason was, that I forgot to add the assembly Stimulsoft.Base.dll to my project. Interessting thing, because everything else was working.

Re: Synchronize not working

Posted: Wed Feb 01, 2017 8:37 pm
by Alex K.
Hello

Ok.
Please let us know if you need any additional help.

Thank you.