report.Dictionary.Synchronize()

Stimulsoft Reports.NET discussion
Post Reply
ibrahim
Posts: 19
Joined: Tue Apr 09, 2019 6:31 am

report.Dictionary.Synchronize()

Post 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
Lech Kulikowski
Posts: 6163
Joined: Tue Mar 20, 2018 5:34 am

Re: report.Dictionary.Synchronize()

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply