When using an old Crystal reports 7 report within a new Visual studio project and Crystal reports For VS 2013, we are not able to change the data source no matter what we try. We removed parameters from the report and cleared all the check boxes related to saving data with the report without success. The report always displays the data that the original SQL query retrieves. The data set we provide through the code has no effect whatsoever. There is no way, as was previously possible, to change the SQL query directly.
The query in question accesses 10 tables and we provide a single data set with the result stored in a single table object. Attempting to change the table object name to one of the database table names causes the application to hang.
Any ideas?