问题
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