示例#1
0
 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());
     }
 }
示例#3
0
 public ActionResult ViewerEvent()
 {
     return(StiMvcViewer.ViewerEventResult());
 }
示例#4
0
 public ActionResult ViewerEvent()
 {
     return(StiMvcViewer.ViewerEventResult(HttpContext));
 }
 public ActionResult ViewerEvent()
 {
     //根据权限控制查看功能
     return(StiMvcViewer.ViewerEventResult());
 }
示例#6
0
 /// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 public virtual async Task <ActionResult> DetailViewerEvent()
 {
     return(StiMvcViewer.ViewerEventResult());
 }