Code: Select all
public ActionResult GetReportSnapshot(string ReportPath)
{
// Create the report object and load data
StiReport report = new StiReport();
report.Load(Server.MapPath(ReportPath));
return StiMvcViewerFxHelper.GetReportSnapshotResult(report, this.Request);
Thanks for your thoughts!
g.