report.Dictionary.Synchronize()
Posted: Tue Jul 13, 2021 6:59 am
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
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