public ActionResult Report()
{
var report = new StiReport();
report.Load(Server.MapPath("/Repots/Report.mrt"));
report.RegBusinessObject("dt", db.TestImages.ToList().Take(20));
report.Dictionary.Variables.Add("today", DateTime.Today.ToShortDateString());
report.Compile();
return StiMvcViewer.GetReportSnapshotResult(report);
}
برچسب:
نویسنده: خنج