I am creating a simple report using a .NET object from my project as datasource, using SetDatasource()
method. However, when I run the report I get \"Database l
I started getting this dialog popping up after I changed the name of the .NET object my reports were referring to. To get rid the dialog, I had to ensure that none of my report sections or fields referred to the old name of the .Net object which was easy to spot. The fix for me was using the rename function in the Database Expert for the report.