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
SetDatasource()
Fixed by using the appropriate class: ReportDocument instead of ReportClass.