Floating Value in SSRS Report

Here in this post we will see about how to set decimal value in real field in SSRS report.

For example:-

If you have real field in your table and while creating SSRS report you want to display only 2 or else 3 floating digit you can use below expression in your SSRS report.

=FORMAT (Date set Field,"N2")

Or else directly you can set floating digit from properties window. Select cell which content real fields and set “FORMAT” property to N2.

Related Posts

Previous
Next Post »

Thanks for comments.....