SSRS will treat numbers as numbers until told otherwise. Without more context it is hard to say what is going on. For example if you're converting your number to a string then it may round/truncate depending upon how you're doing that. There is a precision limit for numbers.
does SSRS automatically round numbers
Does anyone know if SSRs automatically round up numbers. It seams that my expression calculations are be rounded up and I do not want that.
3 answers
Sort by: Most helpful
-
-
AniyaTang-MSFT 12,441 Reputation points Microsoft Vendor
2022-09-14T02:34:46.687+00:00 Hi @Jannette Jones
I'm not quite sure what your expression and cell properties look like, but it could be a problem with the number of decimal places in your cell properties, you can try to adjust this a bit to avoid rounding.
Best regards,
Aniya -
Olaf Helper 44,216 Reputation points
2022-09-14T06:03:23.617+00:00 Does anyone know if SSRs automatically round up numbers
It don't unless you defined a round/numeric format on textbox level.
It seams that my expression calculations are be rounded up and I do not want that.
And how does your expression look like? May a calculation with integer values causes the effect.