Rounds a double-precision floating-point value to the nearest integer. =Round(12.456) =Round(12.453,2) =Round(Fields!YearlyIncome.Value /12,2) =Round(2.5, System.MidpointRounding.AwayFromZero) =Round(2.5, System.MidpointRounding.ToEven)