BusinessObject Enumerable

Stimulsoft Reports.WPF discussion
Post Reply
MiddleTommy
Posts: 36
Joined: Tue Jan 13, 2009 12:43 pm

BusinessObject Enumerable

Post by MiddleTommy »

I am switching a report to the new BusinessObject feature

var data = new Reports.ReportsData().TimeCardsWE(DateTime.Now.PreviousSaturday()).ToList();
report.RegBusinessObject("CalcTimeCards", data);

I have switched the databand in the report to point to this source.
When I try to view the report I get an error

StiBusinessObject does not support StiEnumerator.Prior

What did I do wrong?

Attachments
502.DTS.mrt
(96.54 KiB) Downloaded 263 times
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

BusinessObject Enumerable

Post by Ivan »

Hello,

Sorry, can you provide sample project for this issue?

Thank you.
MiddleTommy
Posts: 36
Joined: Tue Jan 13, 2009 12:43 pm

BusinessObject Enumerable

Post by MiddleTommy »

Here is a sample solution duplicating to error
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

BusinessObject Enumerable

Post by Jan »

Hello,

problem in Total.Sum function in BeforePrint event. At this moment new business objects can't work with it. We need some time to fix it.

Thank you.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

BusinessObject Enumerable

Post by Jan »

Hello,

Problem solved. Patch will be available in next prerelease build from 9 August.

Thank you.
Post Reply