电脑桌面
添加蚂蚁七词文库到电脑桌面
安装后可以在桌面快捷访问

报表增加千分位显示

来源:金蝶云社区作者:金蝶2024-09-168

报表增加千分位显示

挂载报表表单插件即可

using Kingdee.BOS.Core.Report.PlugIn;

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Linq;

using System.Text;

using System.Threading.Tasks;


namespace HL.K3Cloud.PUS.ProductionWarehousingReport.Plugin

{

    [Description("客户详细分析表单插件-增加千分位")]

    public  class CustomerAnalysisBill: AbstractSysReportPlugIn

    {

        public override void FormatCellValue(Kingdee.BOS.Core.Report.PlugIn.Args.FormatCellValueArgs args)

        {

            base.FormatCellValue(args);


            List<String> strList = new List<string>() { "FAMOUNT", "FReturnAMOUNT", "FCostAmount_LC", "Fprofit", "FArrearsMoneny", "FNightStock", "FEightyStock", "FStock",  "FSingleAmount","FNightStockCount","FEightyStockCount"

                                                      ,"FSingleAmountAverage","FSheetAmount","FSheetAmountAverage","FHeterotypicAmount","FHeterotypicAmountAverage","FOtherAmount","FOtherAmountAverage","FStockCount"};

            if (strList.Contains(args.Header.Key))

            {

                decimal value = decimal.Parse(args.FormateValue);

               

报表增加千分位显示

挂载报表表单插件即可using Kingdee.BOS.Core.Report.PlugIn;using System;using System.Collections.Generic;using System.ComponentM...
点击下载文档文档为doc格式

声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。

已经是第一篇
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息
QQ群
  • 答案:my7c点击这里加入QQ群
支持邮箱
微信
  • 微信