External Report

Stimulsoft Reports.NET discussion
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

External Report

Post 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.
api_itelio
Posts: 5
Joined: Wed Jul 23, 2008 6:11 am
Location: Germany

External Report

Post 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
Alexander Pichler
itelio GmbH, Germany
itelio GmbH
DocuSnap - Snap your network
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

External Report

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