VS 2005: How to set data source in runtime

Hi,

does anyone know how to set the data source of a report, that was build on a XML schema file, to a DataTable object in runtime. CR 9 (VS 2003) used a base class for every report that allowed to set the data source via the SetDataSource method. But the CrystalReportSource component in VS 2005 lacks any equivalent method!


Answer this question

VS 2005: How to set data source in runtime