Page 1 of 1

where is the problem !?

Posted: Mon May 16, 2011 4:42 am
by alharbi
hi,
we have create this report (attachment), and write the code above to show the report in the web:


StiReport report = StiReport.GetReportFromAssembly(sFullFileName);

report.RegData("HumData", dsHumData);
report.RegData("HumAchievements", dsHumAchievements);
report.RegData("HumTrainingGrowth", dsHumTrainingGrowth);
report.RegData("MngrName", dsMngrName);

//report.Render(false);

try
{
StiWebViewer1.Report = report;
//StiReportResponse.ResponseAsPdf(this, report);
}
catch(Exception ex)
{

But the report Always are empty !

and if we used this code:
report.Render(false);
StiReportResponse.ResponseAsPdf(this, report);
to save report as PDF File we facing this Error
[System.Threading.ThreadAbortException] = {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.}

where is the problem !?

Posted: Tue May 17, 2011 2:58 am
by alharbi
we are still waiting.

thanks

where is the problem !?

Posted: Tue May 17, 2011 3:13 am
by Ivan
Hello,

We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?

Thank you.