Poco objects make RegData() hang
Posted: Tue Jul 05, 2011 4:45 am
I am trying to convert a Wpf FixedDocument report to Stimulsoft Reports.Wpf 2011.1 Trial.
Everything works fine except calling RegData() with an IList. It will hang, cpu goes ski-high. RegBusinessObject() works, but it will stripp of any navigational properties that is needed in the report
If I convert the IList list to a list of types that resemble the poco classes, RegData() works fine. The new local classes do not have navigational props and changetracker (IDictionary?).
Is it possible to feed a report with a generic list of Entity Framework poco types with navigational props?
Can I tell the code generator to ignore types?
Everything works fine except calling RegData() with an IList. It will hang, cpu goes ski-high. RegBusinessObject() works, but it will stripp of any navigational properties that is needed in the report

If I convert the IList list to a list of types that resemble the poco classes, RegData() works fine. The new local classes do not have navigational props and changetracker (IDictionary?).
Is it possible to feed a report with a generic list of Entity Framework poco types with navigational props?
Can I tell the code generator to ignore types?