Page 1 of 1

report.Dictionary.Synchronize()

Posted: Tue Jul 13, 2021 6:59 am
by ibrahim
Hello,
I trying to fill the datascource in report from custom dataTable source but when i write the following code:
report.Dictionary.DataStore.Clear();
report.Dictionary.Databases.Clear();
report.Dictionary.DataSources.Clear();
report.BusinessObjectsStore.Clear();
report.RegData( dt);
report.Dictionary.Synchronize();
report.Render();
its give this exception: : Invalid token ';' in class, struct, or interface member declaration'
Is there is any wrong in my code

Re: report.Dictionary.Synchronize()

Posted: Wed Jul 14, 2021 6:48 am
by Lech Kulikowski
Hello,

Please send us a sample with test data that reproduces the issue for analysis.

Thank you.