DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DevApp/Gs.DevApp/DevFrm/Rpt/RptPreview.cs
@@ -77,6 +77,7 @@ else { MsgHelper.Warning("提示:" + _job["rtnMsg"]); this.Close(); } } catch (Exception ex) DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
@@ -65,8 +65,16 @@ _bl = _ckRptService(); if (_bl) { var frm = new RptPreview(guidKey, rptParameter); try { using (Form frm = new RptPreview(guidKey, rptParameter)) { frm.ShowDialog(); } } catch (Exception) { } return; }