Page 2 of 2

External Report

Posted: Tue Jul 29, 2008 9:05 am
by Edward
Hello, Alexnder.

Please let me know a version of Stimulsoft Reports.Net installed on your machine and OS (the name and x32/x64) you are working in.

I couldn't reproduce the issue you are talking about.

Thank you.

External Report

Posted: Wed Jul 30, 2008 9:15 am
by api_itelio
I'm using Version 2008.1.200 (March 2008) on a Microsoft Windows XP (x32) machine.

The error occurs, when i want to take a view on Page 2 of InheritedReport.mrt with the Designer.

Regards
Alex

External Report

Posted: Wed Jul 30, 2008 9:45 am
by Edward
Hello, Alex.

Please see the code which calls that inherited report from its mrt trmplate:

Code: Select all

StiReport basereport = new StiReport();
basereport.Load("basereport.mrt");
report.MasterReport = basereport.SaveToString();
report.Load("InheritedReport.mrt");
report.Design();
Unfortunately we now do not have an option how to prevent expections when there is no ancestor for the inherited report.

We know about that problem but still there is no way how to avoid it.

But if you open the report with pressing of the button number 2, the result will be as expected.

Thank you.