Is it possible to bind a report to a ADO.Net Recordset in CR13? I used to be able to do that in CR8.5 and VB6 with code similar to this:
.Database.SetDataSource moRS, 3
Is there something I am missing?
Ideally, I would like not to convert all my reports (200+) to use Datasets.