In Crystal Reports the ToWords command converts a number into a string.

My question is: How can I achieve this in a DevExpress XtraReport?

有帮助吗?

解决方案

Hey… As there is no any direct functionality to do this. It is possible by changing the XRLabel.Text property within its XRLabel.BeforePrint event handler in XtraReports. For example, you have to follow the link: http://www.osix.net/modules/article/?id=46. Hope this helps you!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top