Returns the position of the first occurrence of one string within another, starting from the right side of the string. Example: =InStrRev(Fields!Description.Value, "car") VB reference: https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.instrrev?view=net-8.0