本文介绍了.RDLC报告中的格式金额的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我想格式化金额,即1000000到10,00,000.
我尝试了以下方法:
格式(字段!Amount.Value,"N")
,Format(Fields!Amount.Value,#,#")
但是不起作用.
在此先感谢
Hi There Good day,
I want to format amount i.e 1000000 to 10,00,000.
I have tried the following:
Format(Fields!Amount.Value, "N")
, Format(Fields!Amount.Value, "#,#")
But Doesn''t work.
Thanks in advance
推荐答案
这篇关于.RDLC报告中的格式金额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!