阅读背景:

如何向Stimulsoft发送参数?

来源:互联网 
    public virtual ActionResult GetReportSnapshot()
    {
       var data = (ComparativeBalanceReportDS) TempData["ComparativeSession"];


        StiReport report = new StiReport();
        report.Load(Server.MapPath("~/Content/StimulReports/SampleReport.mrt"));

        report.Compile();

        report["fromDocumentNumber"] = "1";
        report["toDocumentNumber"] = "85";
        return StiMvcViewer.GetReportSnapshotResult(HttpContext, report);
   }
    public virtual ActionResult GetReportSnapsh



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: