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