如何在XtraReport中显示数字格式 [英] How to display the number format in XtraReport

查看:541
本文介绍了如何在XtraReport中显示数字格式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果否定

-11111111.111到(1,111,111.11)和

11111111.111到1,111,111.11,如何以XtraReport的格式显示数字。请帮帮我



格式为{0:#。00;(#。00);''}显示(111111.11)中的数字但是我需要像(1,111,111.11)

解决方案

提出这个问题的最佳地点是 devexpress SUPPORT CENTER [ ^ ]

尝试以下格式



{0:#,## 0.00;(#,## 0.00)}


how to display the number in the format in XtraReport if negative
-11111111.111 to (1,111,111.11) and
11111111.111 to 1,111,111.11. Please help me

I have format "{0:#.00;(#.00);''}" which displays the number in (111111.11) but i need like (1,111,111.11)

解决方案

the best place to ask this question is devexpress SUPPORT CENTER [^]
try below format

"{0:#,##0.00;(#,##0.00)}"


这篇关于如何在XtraReport中显示数字格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆