From 51c3a5b6f8eead206b00679c274bea06e168dbd2 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期三, 17 十二月 2025 16:25:38 +0800
Subject: [PATCH] 加上最新版本

---
 DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
index 6a658a8..4301f3d 100644
--- a/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcBtnPrint.cs
@@ -246,7 +246,8 @@
         /// <summary>
         /// 鐩存帴鎵撳嵃
         /// </summary>
-        private void _printZhiJie() {
+        private void _printZhiJie()
+        {
             var _obj = new
             {
                 rptParameter = rptParameter,
@@ -290,7 +291,9 @@
                     ds.Tables.Add(_mx2);
                     report.RegisterData(ds);
                     report.Print();
-                    // report.ShowPrepared();
+                    //2025-10-20鍔犱笂閲婃斁
+                    //report.Dispose();
+                    //report.ShowPrepared();
                 }
                 else
                 {

--
Gitblit v1.9.3