Page 1 of 1

possible bug with business objects.

Posted: Tue May 11, 2010 2:20 am
by jkersch
hi there,

i´m currently finishing evaluation of the stimulsoft.wpf and it looks good, however, with one of my business objects (they all implement IEnumerable).
designing the report works like charm, but when i do a preview in designer, or view it directly, i get the following exception :

Code: Select all

System.Exception: StiBusinessObject does not support IStiEnumerator.Position.Set!
   at Stimulsoft.Report.Dictionary.StiBusinessObject.set_Position(Int32 value)
   at Stimulsoft.Report.Components.StiDataBand.set_Position(Int32 value)
   at Stimulsoft.Report.Engine.StiDataBandV2Builder.PrepareGroupResults(StiDataBand masterDataBand)
   at Stimulsoft.Report.Engine.StiDataBandV2Builder.SetDetails(StiDataBand masterDataBand)
   at Stimulsoft.Report.Components.StiDataBand.Next()
   at Stimulsoft.Report.Engine.StiDataBandV2Builder.RenderMaster(StiDataBand masterDataBand)
   at Stimulsoft.Report.Components.StiDataBand.RenderMaster()
   at Stimulsoft.Report.Engine.StiPageHelper.RenderPage(StiPage page)
   at Stimulsoft.Report.Engine.StiRenderProviderV2.RenderReport(StiReport report, StiReport masterReport, StiRenderState state)
   at Stimulsoft.Report.Engine.StiRenderProviderV2.Render(StiReport report, StiRenderState state)
is this a bug or is there some tweaking i can do to proceed with testing our business objects?
thanks in advance, best regards from switzerland

jkersch

possible bug with business objects.

Posted: Tue May 11, 2010 3:43 am
by Andrew
Hello,

This error was fixed in prerelease builds. Please, download the latest one at http://stimulsoft.com/ReportsWpfDownloads.aspx

Thank you.