Hi,
I need to be able to change the datasource for the reporting at runtime.
Currently I am using MySQL not SQL so the method shown does not work
Directcast(report.datasource, Telerik.Reporting.SqlDataSource).connectionstring = "ConnectionString"
All my reports work fine with the MySQL connectors, just need to change the datasource as i'm working with multiple databases.