문제

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