Click to See Complete Forum and Search --> : database field Number format


pssumesh2003
November 20th, 2009, 01:28 AM
hi all

i am new in crystal report 10 with visual studio 2005. In my project
a crystal report with database field. in code i use c#.
for ccrystal report i pass a datatable having field named weight with 3 decimal places
in crystal report .rpt databse field property Number format with 3.
but for eg 3.333 in data table displays 3.330 .

how will solve this problem?

jggtz
November 20th, 2009, 02:45 PM
Click right button over field
Format Field
Number
Customize
Set Decimals to 1.000
Set Rounding to 0.001