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