Hi,
This is my first pass in trying to generate reports in Silverlight. I am using MVVM pattern in my silverlight project. I have object class as Model which further contains collection of other object(s). I do not have any database to store the data. This project is a data entry form and then generates a report at the end using the data entered.
I have generated a class library project to generate the report. How do I get access to the data in my silverlight project? Will referencing the project retain the state of the data? How do I approach? Any help will be highly appreciated.
Thanking you in advance.
This is my first pass in trying to generate reports in Silverlight. I am using MVVM pattern in my silverlight project. I have object class as Model which further contains collection of other object(s). I do not have any database to store the data. This project is a data entry form and then generates a report at the end using the data entered.
I have generated a class library project to generate the report. How do I get access to the data in my silverlight project? Will referencing the project retain the state of the data? How do I approach? Any help will be highly appreciated.
Thanking you in advance.