Jelajahi Sumber

修复报告bug导出时页码因为字符集原因导致不显示或者乱码现象

zhangjiaxin 2 tahun lalu
induk
melakukan
12131a3f90
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      OTSIncAReportApp/ReportTemplate/OTS_DEVReport.cs

+ 1 - 0
OTSIncAReportApp/ReportTemplate/OTS_DEVReport.cs

@@ -1357,6 +1357,7 @@ namespace OTSIncAReportApp._1_UI.OTSTemplateDesigner
             }
             else
             {
+                xrLabel_pageinfo.Font= new Font(Schriftart_chinese, dev_classify.Font.Size);
                 this.xrLabel_pageinfo.Visible = true;
                 this.xrLabel_pageinfo.Text = string.Format("第{0}页,共{1}页", pageindex , pagecount - 1);
             }