Displaying a Number in Words in SSRS

梦想的初衷 提交于 2019-12-02 20:57:57

问题


I work on VS05 C# window .In my rdlc report i want to show my group amount in word... like in my group i got the agount 1000 ...now i want to show that in word....but how? I know how to convert amount in word, but problem arise when i use it on my group....how to convert group amount in word in my need .......is there any built in method like : sum,avg ,count ,date ,today .....in rdlc .......i want any built in method....


回答1:


With this: Convert Numeric Figures into Words, you can convert the number to words within SQL and then just have the report display the varchar string. The report can just treat the string like regular data, like it would with a name. You should be able to group by it, as any other column in the result set.



来源:https://stackoverflow.com/questions/1135376/displaying-a-number-in-words-in-ssrs

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