possible bug with business objects.

Stimulsoft Reports.WPF discussion
Post Reply
jkersch
Posts: 4
Joined: Thu Mar 25, 2010 7:24 am
Location: Vienna

possible bug with business objects.

Post 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
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

possible bug with business objects.

Post by Andrew »

Hello,

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

Thank you.
Post Reply