i created report works great.
does know how format without changing rest of columns? see red box. answer should 0.01.
i changed format decimal changes columns , need other columns whole numbers , amount ob column able have decimals.

you can numerous ways rdl. 1 way set text box properties, on number tab. or in expression of value so:
=formatnumber(fields!weight.value,2) 
if need round number can in expression so:
=round(fields!weight.value,2)
Comments
Post a Comment