Problem with business objects datasource

Stimulsoft Reports.NET discussion
Post Reply
Roger
Posts: 10
Joined: Wed May 30, 2007 9:39 am
Location: Dordrecht, The Netherlands

Problem with business objects datasource

Post 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?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem with business objects datasource

Post 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.
Post Reply