Код: Выделить всё
StiReport report = new StiReport();
//report.CalculationMode = StiCalculationMode.Compilation;
report["Filters"] = "555-888";
report.RegData("ИсточникДанных1", ds[0]);
//report.Render();
report.Load(Server.MapPath("~/Content/StReportsTemplate/report.mrt"));
return StiMvcViewer.GetReportSnapshotResult(HttpContext, report);