To solve the problem,you ONLY need to reset DataSource.
Just change it from Dataset to DataTable:
report1.SetDataSource(DataSet1.tables(0))
report2.SetDataSource(DataSet1.tables(1))
...
I'm pretty sure this bug is caused by some hot fixes.(I don't know which one). The difference is that the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.