where is the problem !?

Stimulsoft Reports.NET discussion
Post Reply
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

where is the problem !?

Post 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.}
Attachments
1012.MgrApproveCopy.mrt
(51.6 KiB) Downloaded 166 times
alharbi
Posts: 45
Joined: Wed Sep 05, 2007 1:56 pm
Location: KSA

where is the problem !?

Post by alharbi »

we are still waiting.

thanks
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

where is the problem !?

Post by Ivan »

Hello,

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

Thank you.
Post Reply