Page 1 of 1

BusinessObject Enumerable

Posted: Thu Jul 22, 2010 2:32 am
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?


BusinessObject Enumerable

Posted: Thu Jul 22, 2010 6:32 am
by Ivan
Hello,

Sorry, can you provide sample project for this issue?

Thank you.

BusinessObject Enumerable

Posted: Thu Jul 22, 2010 10:47 am
by MiddleTommy
Here is a sample solution duplicating to error

BusinessObject Enumerable

Posted: Mon Jul 26, 2010 8:47 am
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.

BusinessObject Enumerable

Posted: Wed Aug 04, 2010 1:47 am
by Jan
Hello,

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

Thank you.