custom number formatting in rdlc report

ⅰ亾dé卋堺 提交于 2019-12-11 10:42:53

问题


Is there a way in rdlc reports to format numbers as such:-

add thousand separators but leave decimal places as is, so

1000.00 --> 1,000.00

1000 --> 1,000


回答1:


Absolutely, in TextBox properties window select Number tab, select "Number" category and choose how you want to format your number:



来源:https://stackoverflow.com/questions/36238823/custom-number-formatting-in-rdlc-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!