public ActionResult ViewerEvent() { //Automation.Reciever.Reciever reciv = new Automation.Reciever.Reciever(); //var reciv2 = reciv.GetAllList(); //StiReport stireport2 = new StiReport(); //stireport2.RegBusinessObject("RecieverModel", reciv2); //stireport2.Load("Content\report\bReport.mrt"); return(StiMvcViewer.ViewerEventResult(HttpContext)); }
public ActionResult ViewerEvent() { try { if (GlobalValue.Report_Index_Id != "na") { return(StiMvcViewer.ViewerEventResult()); } else { return(this.Direct()); } } catch (Exception) { return(this.Direct()); } }
public ActionResult ViewerEvent() { return(StiMvcViewer.ViewerEventResult()); }
public ActionResult ViewerEvent() { return(StiMvcViewer.ViewerEventResult(HttpContext)); }
public ActionResult ViewerEvent() { //根据权限控制查看功能 return(StiMvcViewer.ViewerEventResult()); }
/// <summary> /// /// </summary> /// <returns></returns> public virtual async Task <ActionResult> DetailViewerEvent() { return(StiMvcViewer.ViewerEventResult()); }