We are using VSReportDesigner 8. When i try to retrieve the report's connectionstring property at runtime on the OnOpen event with VBScript, i do not get a value returned. the code i am using is: msgbox "Main Report Connection String: " & report.DataSource.ConnectionString this gives...