المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : reportviewer with untyped dataset or separate datalayer



C# Programming
07-25-2009, 01:12 AM
Hi,

I use reportviewer to display reports in a small application some years ago.
I've implemented it "quick and dirty" and now it's time to clean up http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif

I have seen many samples and walkthroughs but haven't found any that uses untyped dataset or a separate datalayer. One of the things is that I want to avoid adding separate datasets and end up having many .xsd files in my solution.

At this point I'am thinking to try to get everything in a seperated libary and add this to my project. This gives me (I hope) the opportunity to edit the reports and re-add them to my application by overwriting a simple dll at the moment I want.

Is there someone who know a good walkthrough or can give me some sample code to do this.... or can tell me that it's a stuppid idea and knows a beter way to do this.

thanks