Page 1 of 1

Problem with business objects datasource

Posted: Tue Sep 02, 2008 9:19 am
by Roger
Hello.

I'm trying to use a business objects as a my datasource for the report, setting the appropriate values using the regData method. Everything works fine, except that I can only get it to work on a single datasource.

I'm using the following pattern:

Code: Select all

report.Load(filename); // filename was set earlier

report.RegData("ListData", ListData); // List
report.RegData("GlobalInfo", GlobalInfo); Single BusinessObject

StiWebviewer1.Report = report;
In my report, I've created two business object datasources. However, I can only use the first one I register. Is this by design, and if so, how do I work around it?

Problem with business objects datasource

Posted: Thu Sep 04, 2008 6:10 am
by Edward
Hello.

There are no such limitations for registering of Business Objects in the report.

Please send the test project which imitates this wrong situation if it is possible to support[at]stimulsoft.com for analysis.

Thank you.