Synchronize not working

Stimulsoft Ultimate discussion
Post Reply
hellenschmidt
Posts: 32
Joined: Fri Dec 07, 2012 1:40 pm

Synchronize not working

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Synchronize not working

Post 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.
hellenschmidt
Posts: 32
Joined: Fri Dec 07, 2012 1:40 pm

Re: Synchronize not working

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Synchronize not working

Post by Alex K. »

Hello

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

Thank you.
Post Reply