本文介绍了如何在rdlc报告中显示单词中的金额的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 ProperCase(ToWords(sum({FactoryPurchase_Report.dValue}), 0 ))+   





我已经制作了水晶报告中的公式以字数显示。但是如何在rdlc报告中做到这一点。

解决方案

ProperCase( ToWords(sum({FactoryPurchase_Report.dValue}), 0) )+" only"



I have made the formula in crystal report to show the amount in words. But How can do this in rdlc report.

解决方案


这篇关于如何在rdlc报告中显示单词中的金额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 18:08