
Change structure of DataSource from without of Designer
Change structure of DataSource from without of Designer
... sorry, but this does not invoke refreshing/repainting of Data Sources visual tree in Designer... 

Change structure of DataSource from without of Designer
Hello,
It seems we do not understand your problem. If you want to reproduce the Synchronize button, it is enough to call the code
If you want to change the method (your own method refreshing/repainting of Data Sources visual tree), then you can subscribe to it
Thank you.
It seems we do not understand your problem. If you want to reproduce the Synchronize button, it is enough to call the code
Code: Select all
report.Dictionary.Synchronize();
Code: Select all
StiOptions.Engine.GlobalEvents.ReportSynchronized += new EventHandler(GlobalEvents_ReportSynchronized);
Change structure of DataSource from without of Designer
Hello Aleksey,
I have two threads... in first is running Designer and in second I have my application, where I can modify my data structure... but if I call Synchronize(), it doesn't refresh visual tree of dataSources tree in running Designer... is this clear?
I have two threads... in first is running Designer and in second I have my application, where I can modify my data structure... but if I call Synchronize(), it doesn't refresh visual tree of dataSources tree in running Designer... is this clear?
Change structure of DataSource from without of Designer
Hello,
Please send us a simple test application which reproduces the issue on support@stimulsoft.com
Thank you.
Please send us a simple test application which reproduces the issue on support@stimulsoft.com
Thank you.