I am go to generate an excel file from SSRS, and
I want to format the number like this...
15 is displayed as 15
14.3453453 is displa
Have you tried with the custom format "#,##0.##" ?
"#,##0.##"