problems with RegData after upgrade from demo to version 2008.2.300

Stimulsoft Reports.NET discussion
Post Reply
pat
Posts: 1
Joined: Tue Dec 02, 2008 9:05 am

problems with RegData after upgrade from demo to version 2008.2.300

Post by pat »

hello,
after upgrading the demo version to 2008.2.300, there are problems with regdata(businessObject).
when i start the report the program crashes.

Code: Select all

ReportObject.Load("template.mrt");
ReportObject.RegData("myBusiness",businessObject);
ReportObject.Compile();
ReportObject.Render();
the business object is the same like befor when using the demo version. there are no other changes.
is it posible that the error is because of the template file?

thank you and best regards!
pat
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

problems with RegData after upgrade from demo to version 2008.2.300

Post by Edward »

Hello

Could you please send a test project which reproduces the error to support[at]stimulsoft.com.

Thank you.
Post Reply