使用VS 2010的ASP.NET中的Crystal Reports存在一些问题

使用VS 2010的ASP.NET中的Crystal Reports存在一些问题

问题描述:



i已经创建了一个包含mobile_no列的表,我已经采用了数字类型数字(18,0)。



我的问题是:::

当我在水晶报告中得到mobile_no值它就像8,837,373,737.00

我可以要求连续数字没有小数点而没有逗号....



请给我一些建议...

Hi,
i have created a table which contains "mobile_no" column and i have taken datatype numeric(18,0) for that.

My question is:::
when i get that mobile_no value in crystal report it comes like "8,837,373,737.00"
I can required continue numbers without decimal point and without comma....

Pls give me some suggestions...

使用varchar作为数据类型而不是数字。这将解决您的问题。试试吧。
Use varchar as a datatype instead of numeric. This will solve your problem. Try it.