设置文本框值的小数位
我正在使用报告查看器控件 (rdlc) 来生成报告。我的其中一篇专栏具有价值 =FormatNumber(Fields!bugetRectificatInfActualizat.Value,Parameters!nrZecimale.Value,true,false,false)
结果是 503.86 但我想要 503,86 我该怎么做
I'm using Report Viewer Control (rdlc) to generate reports. One of my columns have the value=FormatNumber(Fields!bugetRectificatInfActualizat.Value,Parameters!nrZecimale.Value,true,false,false)
and the result are 503.86 but i want 503,86 how i can do this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的文化背景是哪一种?
通常,“,”或“.”等字符来自您当地的文化设置。
看一下:http://msdn。 microsoft.com/en-us/library/bz9tc508(v=vs.100).aspx,它可能会有所帮助。
Which is your culture settings?
Usually those characters like "," or ".", comes from your local culture settings.
Take a look at this: http://msdn.microsoft.com/en-us/library/bz9tc508(v=vs.100).aspx, it might help.