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 !?
where is the problem !?
- Attachments
-
- 1012.MgrApproveCopy.mrt
- (51.6 KiB) Downloaded 167 times
where is the problem !?
we are still waiting.
thanks
thanks
where is the problem !?
Hello,
We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?
Thank you.
We couldn't reproduce this bug.
Can you please send us a simple test project, which reproduces the issue?
Thank you.