[RESOLVED] updating the database expert to reflect changes in my .NET object
Hi there,
I have created a class with which to use on my report - it all works just lovely, I create my arraylist full of objects and set it as my data source for the report and yippie! however I have run into a little problem.
I added a variable to my class and I can't for the life of me get the database expert to see that new variable/field/(whatever term you like). I have removed and re-added my report, I have removed it, closed Visual Studio and tried... Nothing! I can't figure it out, there is no "refresh" option that picks up the change to the class.
It seems like it should be so simple but I am banging my head on the desk!
Thanks
Re: updating the database expert to reflect changes in my .NET object
update! I am totally missing something... I actually created a whole new class. I can't get the "database expert" to even see that.
I have hit refresh a zillion times - that does no good. Err, Err... such a simple matter is holding me up :(
Re: updating the database expert to reflect changes in my .NET object
Well - I never recieved a response form the community but what I ended up doing it creating datasets that matched my class I created.
If the dataset matches the class you can create an arraylist of objects and assign that arraylist to as the datasource for the report and it all will be lovely.
I don't know if this is the best way to do it but it works... I will close this issue.