Update DataSet Schema On Crystal Reports for VS2008

前端 未结 1 1659
轮回少年
轮回少年 2021-01-20 01:32

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

1条回答
  •  礼貌的吻别
    2021-01-20 01:54

    After having a conversation with a friend, we both figured out how to overcome this problem but the solution is not very elegant:

    1. Add columns to your DataTable
    2. Close Visual Studio
    3. re-open Visual Studio
    4. right click the DataTable to update
    5. click Set Datasource Location
    6. add your DataSet connection again and update your DataTable against the one present in the new connection

    Note: if you try to update again, you must close visual studio again and repeat everything.

    Hope this can help someone with the same problem.

    0 讨论(0)
提交回复
热议问题