I\'m creating a report using the built-in module of Crystal Reports in Visual Studio 2008, and for that I have added a DataSet containing multiple DataTables. As for now, th
After having a conversation with a friend, we both figured out how to overcome this problem but the solution is not very elegant:
DataTable
DataTable
to updateSet Datasource Location
DataSet
connection again and update your DataTable
against the one present in the new connectionNote: if you try to update again, you must close visual studio again and repeat everything.
Hope this can help someone with the same problem.