It looks like the field in question is a string and to display 000000000000012CF0517 as 12CF0517 on the report, you would need to use the RIGHT string function to extract the series of characters you needed.
If you need 8 characters as seen in your example, you would then use the RIGHT function to extract 8 characters from the right side of the string to display 12CF0517.