Business Object Data Binding

Stimulsoft Reports.Silverlight discussion
Locked
MtheP
Posts: 24
Joined: Mon Jul 18, 2011 7:37 am

Business Object Data Binding

Post by MtheP »

I have connected the business objects to a TimeNavigation control (ComponenatArt). When I select a date range the report data is then refresh. I am using MVVC.
Currently the TimeNavigation Date Selection is databound to my ViewModel which triggers a Property Change on the ReportData. This event triggers a call to a method to repopulate the business objects. (Clearing business objects first, then adding them, render and then a refresh) Works but not very elegant.

Ideally I would like to databind the collection of business objects data to the ViewModel. Any changes to the data or a property change event will trigger a refresh via the report.

I know this feature is not implemeted but I would be interested in your thoughts
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Business Object Data Binding

Post by Andrew »

Hello,

At this moment it is not supported and, most likely, will not be implemented in the nearest future. Since the basic engine of the reporting tool is written under .NET 2.0. We already have this problem in the to-do list. But when it is realized is not known and no date can be promised.

Thank you.
Locked