SSRS Expression for Showing % symbol with Values

simple tip, if you want to show number value with % sign you can use following expression in SSRS =FormatNumber(((Sum(Fields!OTAmount.Value)/Sum(Fields!EmpSalarySubOT.Value))*100),2)+”%”

Comments