I have done some checking here before writing this and a little experimentation to make sure the answer in not very simple. Reporting is a key component of my application, and Im sure of other developers too. I use Visual Studio and historicaly I have simply used Crystal report becuase I don't have the money to buy yet another component to assist Visual Studio. I like EntitySpaces fine and it works for all my data CRUD chores except this; populating a Crystal report object's datasource. Perhaps it would fill the datatable but how do I use the crytal report interface in design mode without the prefuctory DataSet. Any suggestion. Should I use the MS reporting component instead. I am familar with Crystal report and don't like to stray from what has served me well.
Richard Young