Silverlight MVVM Pattern

Stimulsoft Reports.Silverlight discussion
Eugene
Posts: 28
Joined: Sat Aug 12, 2006 9:11 am
Location: Ekaterinburg, Russia

Re: Silverlight MVVM Pattern

Post by Eugene »

Actually the 'Product' is a DataTable, when being passed to the ReportBusinessObjects collection. With the datatable I can cast it to the EnumerableRowCollection<DataRow> using DataTable.AsEnumerable(), but still inside the report it is a StiBusinessObject, but not an enumerable collection. Is there a workaround?

By usung ProducAsIEnumerable.Current I can access the 'currently selected item', not any specific item, as in Product[index].
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Silverlight MVVM Pattern

Post by HighAley »

Hello.

Please, send us a project that reproduces the issue.
We need to reproduce your issue to help you.

Thank you.
Locked